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