Technical Details on Reports
Calculation of ‘Done’ Story Points
Agile Hive Reports provide a range of widgets that offer insights into Velocity metrics, Story Points burned, and the total work marked as ‘Done’ for a selected PI. These metrics are derived from Team-level data and aggregated across various SAFe® levels within the organization. Ultimately, all report data at any SAFe® level originates from Team-level data.
To identify issues marked as ‘Done,’ Agile Hive relies on Jira's statusCategory
entity. Any issue returned by the following JQL query is considered ‘Done’ by Agile Hive:
statusCategory = "Done"
This approach ensures maximum flexibility for customers when configuring their projects with Agile Hive. By using statusCategory
instead of attributes like resolution
or status
, Agile Hive allows greater customization of workflows, resolutions, and statuses.
Link to this page: https://seibert.biz/ahc-reports-technicaldetails