CreateProcessWorkItemTypeRequest interface
Class for create work item type request
color | Color hexadecimal code to represent the work item type |
description | Description of the work item type |
icon | Icon to represent the work item type |
inherits |
Parent work item type for work item type |
is |
True if the work item type need to be disabled |
name | Name of work item type |
Color hexadecimal code to represent the work item type
color: string
Property Value
string
Description of the work item type
description: string
Property Value
string
Icon to represent the work item type
icon: string
Property Value
string
Parent work item type for work item type
inheritsFrom: string
Property Value
string
True if the work item type need to be disabled
isDisabled: boolean
Property Value
boolean
Name of work item type
name: string
Property Value
string