TimelineTeamIteration interface
css |
The iteration CSS Node Id |
finish |
The end date of the iteration |
name | The iteration name |
partially |
All the partially paged workitems in this iteration. |
path | The iteration path |
start |
The start date of the iteration |
status | The status of this iteration |
work |
The work items that have been paged in this iteration |
The iteration CSS Node Id
cssNodeId: string
Property Value
string
The end date of the iteration
finishDate: Date
Property Value
Date
The iteration name
name: string
Property Value
string
All the partially paged workitems in this iteration.
partiallyPagedWorkItems: any[][]
Property Value
any[][]
The iteration path
path: string
Property Value
string
The start date of the iteration
startDate: Date
Property Value
Date
The work items that have been paged in this iteration
workItems: any[][]
Property Value
any[][]