Class for create work item type request

interface CreateProcessWorkItemTypeRequest {
    color?: string;
    description?: string;
    icon?: string;
    inheritsFrom?: string;
    isDisabled?: boolean;
    name?: string;
}

Properties

color?: string

Color hexadecimal code to represent the work item type

description?: string

Description of the work item type

icon?: string

Icon to represent the work item type

inheritsFrom?: string

Parent work item type for work item type

isDisabled?: boolean

True if the work item type need to be disabled

name?: string

Name of work item type