A ticket task or activity.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| ID | Int32 | The ID of the task. | |||
| TicketID | Int32 | The ID of the ticket associated with the task. | |||
| Title | This field is editable through the web API. | This field is required. | String | The title of the task. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description of the task. | |
| IsActive | Boolean | The active status of the ticket task. | |||
| NotifyResponsible | This field is editable through the web API. | Boolean | Whether to notify responsible party. Defaults to true. | ||
| StartDate | This field is editable through the web API. | DateTime | This field is nullable. | The start date of the task. | |
| EndDate | This field is editable through the web API. | DateTime | This field is nullable. | The end date of the task. | |
| CompleteWithinMinutes | This field is editable through the web API. | Int32 | This field is nullable. | The expected duration, in operational minutes, of the task. | |
| EstimatedMinutes | This field is editable through the web API. | This field is required. | Int32 | The estimated minutes of the task. | |
| ActualMinutes | Int32 | The time, in minutes, entered against the task. | |||
| PercentComplete | Int32 | The percent complete of the task. | |||
| CreatedDate | DateTime | The created date of the task. | |||
| CreatedUid | Guid | The UID of the user who created the task. | |||
| CreatedFullName | String | The full name of the user who created the task. | |||
| CreatedEmail | String | The email address of the user who created the task. | |||
| ModifiedDate | DateTime | The last modified date of the task. | |||
| ModifiedUid | Guid | The UID of the user who last modified the task. | |||
| ModifiedFullName | String | The full name of the user who last modified the task. | |||
| CompletedDate | DateTime | The completed date of the task. | |||
| CompletedUid | Guid | This field is nullable. | The UID of the user who completed the task. | ||
| CompletedFullName | String | The full name of the user who completed the task. | |||
| ResponsibleUid | This field is editable through the web API. | Guid | This field is nullable. | The UID of the user responsible for the task. | |
| ResponsibleFullName | String | The full name of the user responsible for the task. | |||
| ResponsibleEmail | String | The email address of the user responsible for the task. | |||
| ResponsibleGroupID | This field is editable through the web API. | Int32 | The ID of the group responsible for the task. | ||
| ResponsibleGroupName | String | The name of the group responsible for the task. | |||
| PredecessorID | This field is editable through the web API. | Int32 | The ID of the predecessor associated with the task. | ||
| PredecessorTitle | String | The title of the predecessor associated with the task. | |||
| Order | Int32 | The order in which the task should be displayed in the list of the ticket's tasks/activities. | |||
| TypeID | TeamDynamix.Api.Tickets.TicketTaskType | The type ID of the task. This indicates if this is a regular ticket task, a scheduled maintenance activity, or something else. | |||
| DetectedConflictCount | Int32 | The number of detected conflicts for this task. | |||
| DetectedConflictTypes | TeamDynamix.Api.Tickets.ConflictType | The type of detected conflicts for this task. | |||
| LastConflictScanDateUtc | DateTime | The date the task was last scanned for conflicts. | |||
| Uri | String | The URI to retrieve the full details of the ticket task via the web API. |