interface WorkItemStateResultModel {
    color?: string;
    hidden?: boolean;
    id?: string;
    name?: string;
    order?: number;
    stateCategory?: string;
    url?: string;
}

Properties

color?: string

Color of the state

hidden?: boolean

Is the state hidden

id?: string

The ID of the State

name?: string

Name of the state

order?: number

Order in which state should appear

stateCategory?: string

Category of the state

url?: string

Url of the state