DeliveryViewData interface
Data contract for Data of Delivery View
- Extends
Properties
| child |
Work item child id to parent id map |
| criteria |
Filter criteria status of the timeline |
| end |
The end date of the delivery view data |
| max |
Max number of teams that can be configured for a delivery plan |
| parent |
Mapping between parent id, title and all the child work item ids |
| start |
The start date for the delivery view data |
| teams | All the team data |
| work |
List of all work item ids that have a dependency but not a violation |
| work |
List of all work item ids that have a violation |
Property Details
childIdToParentIdMap
Work item child id to parent id map
childIdToParentIdMap: {[key: number]: number}
Property Value
{[key: number]: number}
criteriaStatus
Filter criteria status of the timeline
criteriaStatus: TimelineCriteriaStatus
Property Value
endDate
The end date of the delivery view data
endDate: Date
Property Value
Date
maxExpandedTeams
Max number of teams that can be configured for a delivery plan
maxExpandedTeams: number
Property Value
number
parentItemMaps
Mapping between parent id, title and all the child work item ids
parentItemMaps: ParentChildWIMap[]
Property Value
startDate
The start date for the delivery view data
startDate: Date
Property Value
Date
teams
workItemDependencies
List of all work item ids that have a dependency but not a violation
workItemDependencies: number[]
Property Value
number[]
workItemViolations
List of all work item ids that have a violation
workItemViolations: number[]
Property Value
number[]