BacklogLevelConfiguration interface
add |
List of fields to include in Add Panel |
color | Color for the backlog level |
column |
Default list of columns for the backlog |
default |
Default Work Item Type for the backlog |
id | Backlog Id (for Legacy Backlog Level from process config it can be categoryref name) |
is |
Indicates whether the backlog level is hidden |
name | Backlog Name |
rank | Backlog Rank (Taskbacklog is 0) |
type | The type of this backlog level |
work |
Max number of work items to show in the given backlog |
work |
Work Item types participating in this backlog as known by the project/Process, can be overridden by team settings for bugs |
List of fields to include in Add Panel
addPanelFields: WorkItemFieldReference[]
Property Value
Color for the backlog level
color: string
Property Value
string
Default list of columns for the backlog
columnFields: BacklogColumn[]
Property Value
Default Work Item Type for the backlog
defaultWorkItemType: WorkItemTypeReference
Property Value
Backlog Id (for Legacy Backlog Level from process config it can be categoryref name)
id: string
Property Value
string
Indicates whether the backlog level is hidden
isHidden: boolean
Property Value
boolean
Backlog Name
name: string
Property Value
string
Backlog Rank (Taskbacklog is 0)
rank: number
Property Value
number
Max number of work items to show in the given backlog
workItemCountLimit: number
Property Value
number
Work Item types participating in this backlog as known by the project/Process, can be overridden by team settings for bugs
workItemTypes: WorkItemTypeReference[]