ProcessWorkItemType interface
Class that describes a work item type object
Properties
behaviors | |
color | Color hexadecimal code to represent the work item type |
customization | Indicates the type of customization on this work item System work item types are inherited from parent process but not modified Inherited work item types are modified work item that were inherited from parent process Custom work item types are work item types that were created in the current process |
description | Description of the work item type |
icon | Icon to represent the work item typ |
inherits | Reference name of the parent work item type |
is |
Indicates if a work item type is disabled |
layout | |
name | Name of the work item type |
reference |
Reference name of work item type |
states | |
url | Url of the work item type |
Property Details
behaviors
color
Color hexadecimal code to represent the work item type
color: string
Property Value
string
customization
Indicates the type of customization on this work item System work item types are inherited from parent process but not modified Inherited work item types are modified work item that were inherited from parent process Custom work item types are work item types that were created in the current process
customization: CustomizationType
Property Value
description
Description of the work item type
description: string
Property Value
string
icon
Icon to represent the work item typ
icon: string
Property Value
string
inherits
Reference name of the parent work item type
inherits: string
Property Value
string
isDisabled
Indicates if a work item type is disabled
isDisabled: boolean
Property Value
boolean
layout
name
Name of the work item type
name: string
Property Value
string
referenceName
Reference name of work item type
referenceName: string
Property Value
string
states
url
Url of the work item type
url: string
Property Value
string