A record of a task template being applied to a ticket.
| Name | Editable? | Type | Nullable? | Summary |
|---|---|---|---|---|
| TaskTemplateID | Int32 | The ID of the task template that was applied. | ||
| TaskTemplateName | String | This field is nullable. | The name of the task template that was applied. | |
| AppliedDateUtc | DateTime | The date and time (in UTC) when the template was applied. | ||
| AppliedByUid | Guid | This field is nullable. | The UID of the user who applied the template. | |
| AppliedByFullName | String | This field is nullable. | The full name of the user who applied the template. | |
| Source | TeamDynamix.Api.Tickets.TaskTemplateApplicationSource | How the template was applied. |