DeliveryViewData interface

Data contract for Data of Delivery View

Extends

Properties

childIdToParentIdMap

Work item child id to parent id map

criteriaStatus

Filter criteria status of the timeline

endDate

The end date of the delivery view data

maxExpandedTeams

Max number of teams that can be configured for a delivery plan

parentItemMaps

Mapping between parent id, title and all the child work item ids

startDate

The start date for the delivery view data

teams

All the team data

workItemDependencies

List of all work item ids that have a dependency but not a violation

workItemViolations

List of all work item ids that have a violation

Inherited Properties

id
revision

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

All the team data

teams: TimelineTeamData[]

Property Value

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[]

Inherited Property Details

id

id: string

Property Value

string

Inherited From PlanViewData.id

revision

revision: number

Property Value

number

Inherited From PlanViewData.revision