WorkItemTemplate interface
Describes a work item template.
- Extends
fields | Mapping of field and its templated value. |
description | The description of the work item template. |
id | The identifier of the work item template. |
name | The name of the work item template. |
url | REST URL for the resource. |
work |
The name of the work item type. |
Mapping of field and its templated value.
fields: {[key: string]: string}
Property Value
{[key: string]: string}
The description of the work item template.
description: string
Property Value
string
Inherited From WorkItemTemplateReference.description
The identifier of the work item template.
id: string
Property Value
string
Inherited From WorkItemTemplateReference.id
The name of the work item template.
name: string
Property Value
string
Inherited From WorkItemTemplateReference.name
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTemplateReference.url
The name of the work item type.
workItemTypeName: string
Property Value
string
Inherited From WorkItemTemplateReference.workItemTypeName