WorkItemTypeModel interface
Properties
behaviors | Behaviors of the work item type |
class | Class of the work item type |
color | Color of the work item type |
description | Description of the work item type |
icon | Icon of the work item type |
id | The ID of the work item type |
inherits | Parent WIT Id/Internal ReferenceName that it inherits from |
is |
Is work item type disabled |
layout | Layout of the work item type |
name | Name of the work item type |
states | States of the work item type |
url | Url of the work item type |
Property Details
behaviors
Behaviors of the work item type
behaviors: WorkItemTypeBehavior[]
Property Value
class
color
Color of the work item type
color: string
Property Value
string
description
Description of the work item type
description: string
Property Value
string
icon
Icon of the work item type
icon: string
Property Value
string
id
The ID of the work item type
id: string
Property Value
string
inherits
Parent WIT Id/Internal ReferenceName that it inherits from
inherits: string
Property Value
string
isDisabled
Is work item type disabled
isDisabled: boolean
Property Value
boolean
layout
name
Name of the work item type
name: string
Property Value
string
states
States of the work item type
states: WorkItemStateResultModel[]
Property Value
url
Url of the work item type
url: string
Property Value
string