Bearbeiten

Share via


BacklogLevelConfiguration interface

Properties

addPanelFields

List of fields to include in Add Panel

color

Color for the backlog level

columnFields

Default list of columns for the backlog

defaultWorkItemType

Default Work Item Type for the backlog

id

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

isHidden

Indicates whether the backlog level is hidden

name

Backlog Name

rank

Backlog Rank (Taskbacklog is 0)

type

The type of this backlog level

workItemCountLimit

Max number of work items to show in the given backlog

workItemTypes

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

Property Details

addPanelFields

List of fields to include in Add Panel

addPanelFields: WorkItemFieldReference[]

Property Value

color

Color for the backlog level

color: string

Property Value

string

columnFields

Default list of columns for the backlog

columnFields: BacklogColumn[]

Property Value

defaultWorkItemType

Default Work Item Type for the backlog

defaultWorkItemType: WorkItemTypeReference

Property Value

id

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

id: string

Property Value

string

isHidden

Indicates whether the backlog level is hidden

isHidden: boolean

Property Value

boolean

name

Backlog Name

name: string

Property Value

string

rank

Backlog Rank (Taskbacklog is 0)

rank: number

Property Value

number

type

The type of this backlog level

type: BacklogType

Property Value

workItemCountLimit

Max number of work items to show in the given backlog

workItemCountLimit: number

Property Value

number

workItemTypes

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

workItemTypes: WorkItemTypeReference[]

Property Value