WorkItemType interface
Describes a work item type.
- Extends
color | The color. |
description | The description of the work item type. |
field |
The fields that exist on the work item type. |
fields | The fields that exist on the work item type. |
icon | The icon of the work item type. |
is |
True if work item type is disabled |
name | Gets the name of the work item type. |
reference |
The reference name of the work item type. |
states | Gets state information for the work item type. |
transitions | Gets the various state transition mappings in the work item type. |
xml |
The XML form. |
url | REST URL for the resource. |
The color.
color: string
Property Value
string
The description of the work item type.
description: string
Property Value
string
The fields that exist on the work item type.
fieldInstances: WorkItemTypeFieldInstance[]
Property Value
The fields that exist on the work item type.
fields: WorkItemTypeFieldInstance[]
Property Value
True if work item type is disabled
isDisabled: boolean
Property Value
boolean
Gets the name of the work item type.
name: string
Property Value
string
The reference name of the work item type.
referenceName: string
Property Value
string
Gets state information for the work item type.
states: WorkItemStateColor[]
Property Value
Gets the various state transition mappings in the work item type.
transitions: {[key: string]: WorkItemStateTransition[]}
Property Value
{[key: string]: WorkItemStateTransition[]}
The XML form.
xmlForm: string
Property Value
string
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url