Skip to main content

Work Item Status Change

The work item status change dataset allows you to generate ad hoc reports that analyze the progression of work items through various states and the time spent in each state. It helps track status transitions, sequence changes, and lifecycle durations, providing insights into workflow efficiency. This dataset supports identifying trends, monitoring work item progress, and improving process optimization.

note

The data is filtered to include only work items with status changes and portfolio items closed within the specified timeframe, ensuring freshness and relevance.

The following are the components of this dataset:

Attribute NameDescription
End datetimeThe date and time until the portfolio item remained in a specific status.
Portfolio itemPortfolio item linked to the work item
Start datetimeThe first date and time when the portfolio item entered a specific status.
Status categoryThe status category associated with the current status of the portfolio item.
Status change sequenceA unique sequence number assigned to each status change.
Status fromThe status for which the status duration is being calculated.
Status toThe status to which the portfolio item transitioned from its current status.
Work itemUnqiue identifier for the work item
Work item backlog groupThe name of the backlog group to which the work item is assigned.
Work item closed byPerson who closed the work item
Work item closed datetimeDate and time when the work item was closed
Work item created byPerson who created the work item
Work item created datetimeDate on which the work item was created
Work item planning levelThe planning level associated with the work item.
Work item source URLURL linking the work item to the source
Work item stateThe work item state that indicates whether the work item is active or inactive.
Work item statusCurrent status of the work item
Work item teamTeam working on the work item
Workitem titleShort description of the work item
Work item typeType of the work item
Sys_sourceSource system identifier
Metric NameDescriptionFormula
Average status change countThe average number of times a portfolio item changes status.[New status change count] / Count(Workitem)
Average status duration daysThe average number of days a portfolio item spends in a particular status.[New metric] / Sum[Incomplete workitems]
Max duration for status daysThe maximum number of days a portfolio item has spent in a particular status.Max[New metric]
Max status change sequence internalLatest status update for each work itemMax([Status change sequence])(Workitem)
Min duration for status daysIt picks the smallest [New Metric] value, but only for work items that are still open (i.e., not yet moved to a completed status).Min [New Metric] (open/incomplete work items)
Status change countThe total number of times a portfolio item changes status.Sum(Completed workitems)
Status durationThe total duration a portfolio item spends in a particular status.Workitem status duration
Status duration daysThe number of days a portfolio item spends in a specific status.Sum([Status duration days])