Skip to main content

Work Item Iteration

The work item iteration dataset helps project managers track the iteration history of work items and analyze workload distribution. It provides insights into how many iterations a work item has been part of and the total number of work items assigned to an iteration. Teams can use this dataset to monitor iteration progress, optimize workload distribution, and generate reports to improve iteration planning and project execution.

note

The data is filtered to include only work items with freshness dates within the specified number of months. This ensures that only relevant and up-to-date data is considered based on the dataset retention policy.

The following are the components of this dataset:

Attribute NameDescription
IterationThe iteration associated with the work item.
Iteration actual end datetimeThe actual end date of the iteration (currently mapped to the completed date).
Iteration planned end datetimeThe expected end date of the iteration (currently mapped to the end date).
Iteration start datetimeThe start date of the iteration.
Portfolio itemThe unique identifier for the portfolio item.
Work itemThe unique identifier for the work item.
Work item completed byThe person who completed the work item.
Work item completed datetimeThe date and time when the work item was completed.
Work item created byThe person who created the work item.
Work item created datetimeThe date and time when the work item was created.
Work item planning levelThe planning level associated with the work item.
Work item priorityThe priority of the work item (list of values).
Work item statusThe current status of the work item.
Work item teamThe team assigned to the work item.
Sys_sourceThe unique identifier for the source system.
Metric NameDescriptionFormula
Iteration countThe total number of unique iterations associated with work items.Count(Iteration)
Work item countThe total number of unique work items associated to an iterationCount(Workitem)