CreateProcessWorkItemTypeRequest interface
Class for create work item type request
Properties
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 |
Property Details
color
Color hexadecimal code to represent the work item type
color: string
Property Value
string
description
Description of the work item type
description: string
Property Value
string
icon
Icon to represent the work item type
icon: string
Property Value
string
inheritsFrom
Parent work item type for work item type
inheritsFrom: string
Property Value
string
isDisabled
True if the work item type need to be disabled
isDisabled: boolean
Property Value
boolean
name
Name of work item type
name: string
Property Value
string