AzureBoardsConfiguration
No description
type AzureBoardsConfiguration {
board: AzureBoardsGenericModel!
lane: AzureBoardsGenericModel
project: AzureBoardsGenericModel!
team: AzureBoardsGenericModel!
workItemType: AzureBoardsWorkItemType
}
Fields
AzureBoardsConfiguration.board
● AzureBoardsGenericModel!
non-null object
Board
AzureBoardsConfiguration.lane
● AzureBoardsGenericModel
object
Lane
AzureBoardsConfiguration.project
● AzureBoardsGenericModel!
non-null object
Project
AzureBoardsConfiguration.team
● AzureBoardsGenericModel!
non-null object
Team
AzureBoardsConfiguration.workItemType
● AzureBoardsWorkItemType
object
Work Item Type
Member Of
DefectTrackerConfiguration
object