Skip to main content

Story

The Story dataset provides a comprehensive view of stories within Agile projects, enabling teams to track and manage their lifecycle, status, and performance. It consolidates data related to creation, updates, completion, and closure, offering insights into timelines, effort estimation, progress, and key metrics like lead time, cycle time, and effort spent. Designed to support Agile teams, Scrum Masters, and Product Owners, it facilitates project tracking, performance monitoring, resource allocation, iteration planning, and backlog management. With timestamps for critical events and details about ownership, priority, and planning levels, this dataset aids in optimizing workflows, identifying trends, improving delivery efficiency, and aligning Agile execution with business goals.

note

The data is filtered to include only stories with snapshot dates within the specified timeframe to ensure freshness and relevance.

The following are the components of this dataset:

Attribute NameDescription
Last refresh dateLast ETL refresh date
StoryUnique identifier of the story
Story backlog groupThe backlog group to which the story belongs
Story category typeCategory type from which the story originated
Story class of serviceClass of Service value associated with the story
Story closed byPerson who completed the story
Story closed datetimeThe date when the story was closed
Story completed byPerson who completed the story
Story completed datetimeDate and time when the story was completed
Story created byPerson who created the story
Story created datetimeDate and time when the story was created
Story in progress datetimeEarliest date when the story was marked as in progress
Story iterationThe iteration to which the story is linked
Story last iteration end datetimePlanned end date and time of the last iteration linked to the story
Story last iteration start datetimeActual start date and time of the last iteration linked to the story
Story last update datetimeDate and time when the story was last updated
Story last updated byPerson who last updated the story
Story linked to portfolio flagFlag to indicate if the story is linked to a portfolio item
Story not started flagFlag to indicate whether the story has not started
Story original completed byPerson who originally completed the story
Story original completed datetimeDate and time when the story was originally completed
Story planning levelThe planning level to which the story belongs
Story pointsStory points assigned to the story
Story portfolio itemPortfolio item to which the story is linked
Story priorityPriority of the story
Story reopened byThe user who reopened the story
Story reopened dateDate and time when the story was reopened
Story source URLStory source system URL
Story split fromIdentifier for the parent story from which the current story was split
Story stateCurrent state of the story
Story statusStatus of the story
Story status categoryCurrent state category of the story
Story summaryThe description or summary of the story
Story teamTeam that is linked to the story
Story typeThe type of work item represented by the story
Sys_sourceSource system identifier
Metric NameDescriptionFormula
Story age since creation in daysAge since the story was created in days((Closed datetime or Data Freshness date) - Created datetime) / 86400
Story cycle time in daysDuration between when the story started and when it was closed(Completed datetime – Work start datetime) / 86400
Story detail estimate in daysDetail estimate of the time required to complete the storyDetail estimate hours / 8
Story duration created to in progressTime duration between story creation and completion((Work start datetime or Data Freshness date) - Created datetime)
Story lead time in daysDuration between the creation of the story and its completion(Completed datetime – Created datetime) / 86400
Story time spent in daysTotal amount of time spent on the storyTime spent/ 8
Story to-do hours in daysTotal amount of time spent on to-do activities for the storyTo-do hours/8