WorkItemTypeCategory interface
Describes a work item type category.
- Extends
Properties
default |
Gets or sets the default type of the work item. |
name | The name of the category. |
reference |
The reference name of the category. |
work |
The work item types that belong to the category. |
Inherited Properties
url | REST URL for the resource. |
Property Details
defaultWorkItemType
Gets or sets the default type of the work item.
defaultWorkItemType: WorkItemTypeReference
Property Value
name
The name of the category.
name: string
Property Value
string
referenceName
The reference name of the category.
referenceName: string
Property Value
string
workItemTypes
The work item types that belong to the category.
workItemTypes: WorkItemTypeReference[]
Property Value
Inherited Property Details
url
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url