TimelineTeamData interface
Properties
backlog | Backlog matching the mapped backlog associated with this team. |
field |
The field reference names of the work item data |
id | The id of the team |
is |
Was iteration and work item data retrieved for this team. <remarks> Teams with IsExpanded false have not had their iteration, work item, and field related data queried and will never contain this data. If true then these items are queried and, if there are items in the queried range, there will be data. </remarks> |
iterations | The iteration data, including the work items, in the queried date range. |
name | The name of the team |
order |
The order by field name of this team |
partially |
The field reference names of the partially paged work items, such as ID, WorkItemType |
partially |
|
project |
The project id the team belongs team |
rollup |
Work item types for which we will collect roll up data on the client side |
status | Status for this team. |
team |
The team field default value |
team |
The team field name of this team |
team |
The team field values |
work |
Work items associated with the team that are not under any of the team's iterations |
work |
Colors for the work item types. |
Property Details
backlog
Backlog matching the mapped backlog associated with this team.
backlog: BacklogLevel
Property Value
fieldReferenceNames
The field reference names of the work item data
fieldReferenceNames: string[]
Property Value
string[]
id
The id of the team
id: string
Property Value
string
isExpanded
Was iteration and work item data retrieved for this team. <remarks> Teams with IsExpanded false have not had their iteration, work item, and field related data queried and will never contain this data. If true then these items are queried and, if there are items in the queried range, there will be data. </remarks>
isExpanded: boolean
Property Value
boolean
iterations
The iteration data, including the work items, in the queried date range.
iterations: TimelineTeamIteration[]
Property Value
name
The name of the team
name: string
Property Value
string
orderByField
The order by field name of this team
orderByField: string
Property Value
string
partiallyPagedFieldReferenceNames
The field reference names of the partially paged work items, such as ID, WorkItemType
partiallyPagedFieldReferenceNames: string[]
Property Value
string[]
partiallyPagedWorkItems
partiallyPagedWorkItems: any[][]
Property Value
any[][]
projectId
The project id the team belongs team
projectId: string
Property Value
string
rollupWorkItemTypes
Work item types for which we will collect roll up data on the client side
rollupWorkItemTypes: string[]
Property Value
string[]
status
teamFieldDefaultValue
The team field default value
teamFieldDefaultValue: string
Property Value
string
teamFieldName
The team field name of this team
teamFieldName: string
Property Value
string
teamFieldValues
workItems
Work items associated with the team that are not under any of the team's iterations
workItems: any[][]
Property Value
any[][]