Class That represents a work item state input.

interface WorkItemStateInputModel {
    color?: string;
    name?: string;
    order?: number;
    stateCategory?: string;
}

Properties

color?: string

Color of the state

name?: string

Name of the state

order?: number

Order in which state should appear

stateCategory?: string

Category of the state