WorkItemType interface

Describes a work item type.

Extends

Properties

color

The color.

description

The description of the work item type.

fieldInstances

The fields that exist on the work item type.

fields

The fields that exist on the work item type.

icon

The icon of the work item type.

isDisabled

True if work item type is disabled

name

Gets the name of the work item type.

referenceName

The reference name of the work item type.

states

Gets state information for the work item type.

transitions

Gets the various state transition mappings in the work item type.

xmlForm

The XML form.

Inherited Properties

url

REST URL for the resource.

Property Details

color

The color.

color: string

Property Value

string

description

The description of the work item type.

description: string

Property Value

string

fieldInstances

The fields that exist on the work item type.

fieldInstances: WorkItemTypeFieldInstance[]

Property Value

fields

The fields that exist on the work item type.

fields: WorkItemTypeFieldInstance[]

Property Value

icon

The icon of the work item type.

icon: WorkItemIcon

Property Value

isDisabled

True if work item type is disabled

isDisabled: boolean

Property Value

boolean

name

Gets the name of the work item type.

name: string

Property Value

string

referenceName

The reference name of the work item type.

referenceName: string

Property Value

string

states

Gets state information for the work item type.

states: WorkItemStateColor[]

Property Value

transitions

Gets the various state transition mappings in the work item type.

transitions: {[key: string]: WorkItemStateTransition[]}

Property Value

{[key: string]: WorkItemStateTransition[]}

xmlForm

The XML form.

xmlForm: string

Property Value

string

Inherited Property Details

url

REST URL for the resource.

url: string

Property Value

string

Inherited From WorkItemTrackingResource.url