Skip to main content

Portfolio Item Status Change

The portfolio item status change dataset allows you to create ad hoc reports that track the progression of portfolio items through various statuses and the duration spent in each status. It provides insights into the portfolio's health, associated risks, status transitions, and the planning levels of the items. This dataset helps in analyzing the timing of status changes, understanding team involvement, and managing the overall portfolio efficiently by monitoring the time spent in each status.

note

The data is filtered to include only portfolio items with status changes 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 itemUnique identifier for the Portfolio item
Portfolio item closed byPerson who closed the portfolio item
Portfolio item closed date timeDate and time when the portfolio item was closed
Portfolio item created byPerson who created the portfolio item
Portfolio item created datetimeDate and time when the portfolio item was created
Portfolio item planning levelPlanning level associated to the portfolio item
Portfolio item source URLURL linking the portfolio item to the source
Portfolio item statePortfolio item state that indicates whether the portfolio item is active or inactive
Portfolio item statusCurrent status of the portfolio item
Portfolio item target teamTeam that is working on the portfolio item
Portfolio item titleShort description of the portfolio item
Portfolio item typeThe type of portfolio item, such as epic, feature, or initiative.
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.
Sys_sourceSource system identifier
Metric NameDescriptionFormula
Average status change countThe average number of times a portfolio item changes status.[Status Change Count] / Count (Portfolio item)
Average status duration daysThe average number of days a portfolio item spends in a particular status.[Status duration days] / Sum (completed status category + Max status change sequence)
Max duration for status daysThe maximum number of days a portfolio item has spent in a particular status.Max([Status duration days])
Max status change sequence internalThe highest sequence number assigned to a status change for a portfolio item.Max([Status change sequence]) BY [Portfolio item]
Min duration for status daysThe minimum number of days a portfolio item has spent in a particular status.Min([Status duration days])
Status change countThe total number of times a portfolio item changes status.Sum(Max status change sequence)
Status durationThe total duration a portfolio item spends in a particular status.Sum([State duration])
Status duration daysThe number of days a portfolio item spends in a specific status.[Status duration]/86400