Contents

Summary

An issue.

Properties

Name Editable? Required? Type Nullable? Summary
EstimatedHours This field is editable through the web API. Double The estimated hours.
ActualHours Double The actual hours.
StartDate This field is editable through the web API. DateTime The start date.
EndDate This field is editable through the web API. DateTime The end date.
PriorityID This field is editable through the web API. This field is required. Int32 The ID of the associated priority.
PriorityName String This field is nullable. The name of the associated priority.
PriorityOrder Double The order of the associated priority.
TaskID This field is editable through the web API. Int32 The ID of the associated task.
TaskName String This field is nullable. The name of the associated task.
ID Int32 The ID.
Title This field is editable through the web API. This field is required. String The title.
Description This field is editable through the web API. String This field is nullable. The description.
IsRead Boolean Whether or not the current user has read the item.
CategoryID This field is editable through the web API. This field is required. Int32 The ID of the associated category.
CategoryName String This field is nullable. The name of the associated category.
StatusID This field is editable through the web API. This field is required. Int32 The ID of the associated status.
StatusName String This field is nullable. The name of the associated status.
StatusValue Int32 The value of the associated status.
DaysOld Int32 The age in terms of days.
ProjectID This field is required. Int32 The ID of the associated project.
ProjectName String This field is nullable. The name of the associated project.
CreatedDate DateTime The created date.
CreatedFullName String The full name of the creator.
CreatedUID String This field is nullable. The UID of the creator.
CreatedEmail String This field is nullable. The email of the creator.
ResponsibleFullName String This field is nullable. The full name of the responsible user.
ResponsibleUID This field is editable through the web API. String This field is nullable. The UID of the responsible user.
ResponsibleEmail String This field is nullable. The email of the responsible user.
ResponsibleIsRead Boolean The read status of the responsible user.
ResponsibleDateRead DateTime The date the responsible user read the item.
ModifiedDate DateTime The last modified date.
ModifiedFullName String The full name of the user who last modified the item.
ModifiedUID String This field is nullable. The UID of the user who last modified the item.
Flagged Boolean Whether or not the current user has flagged the item.
DateFlagged DateTime The date the item was flagged by the current user.
LastUpdateText String This field is nullable. The text associated with the last update.
LastUpdatedDate DateTime The date associated with the last update.
LastUpdatedByFullName String The full name of the user who performed the last update.
LastUpdatedByUID String This field is nullable. The UID of the user who performed the last update.
Attributes This field is editable through the web API. TeamDynamix.Api.CustomAttributes.CustomAttribute[] This field is nullable. The associated custom attributes.
CompletedDate DateTime The completed date.
CompletedUID String This field is nullable. The UID of the user who marked the item as complete.
CompletedFullName String This field is nullable. The full name of the user who marked the item as complete.