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