interface WorkItemTypeModel {
    behaviors?: WorkItemTypeBehavior[];
    class?: WorkItemTypeClass;
    color?: string;
    description?: string;
    icon?: string;
    id?: string;
    inherits?: string;
    isDisabled?: boolean;
    layout?: FormLayout;
    name?: string;
    states?: WorkItemStateResultModel[];
    url?: string;
}

Properties

behaviors?: WorkItemTypeBehavior[]

Behaviors of the work item type

Class of the work item type

color?: string

Color of the work item type

description?: string

Description of the work item type

icon?: string

Icon of the work item type

id?: string

The ID of the work item type

inherits?: string

Parent WIT Id/Internal ReferenceName that it inherits from

isDisabled?: boolean

Is work item type disabled

layout?: FormLayout

Layout of the work item type

name?: string

Name of the work item type

States of the work item type

url?: string

Url of the work item type