BacklogLevelConfiguration interface
Properties
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 |
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
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[]