interface BacklogLevelConfiguration {
    addPanelFields?: WorkItemFieldReference[];
    color?: string;
    columnFields?: BacklogColumn[];
    defaultWorkItemType?: WorkItemTypeReference;
    id?: string;
    isHidden?: boolean;
    name?: string;
    rank?: number;
    type?: BacklogType;
    workItemCountLimit?: number;
    workItemTypes?: WorkItemTypeReference[];
}

Properties

addPanelFields?: WorkItemFieldReference[]

List of fields to include in Add Panel

color?: string

Color for the backlog level

columnFields?: BacklogColumn[]

Default list of columns for the backlog

defaultWorkItemType?: WorkItemTypeReference

Default Work Item Type for the backlog

id?: string

Backlog Id (for Legacy Backlog Level from process config it can be categoryref name)

isHidden?: boolean

Indicates whether the backlog level is hidden

name?: string

Backlog Name

rank?: number

Backlog Rank (Taskbacklog is 0)

The type of this backlog level

workItemCountLimit?: number

Max number of work items to show in the given backlog

workItemTypes?: WorkItemTypeReference[]

Work Item types participating in this backlog as known by the project/Process, can be overridden by team settings for bugs