Available Aggregated Metrics
Units of Measure for metrics
All of the aggregated metrics are calculated based on the set units of measure per project. For example, if you set it to "Story Points", them Backlog Health will be counted based on story points estimation.
You can change the setting in Project Configuration → Project Settings
Backlog Health
This aggregates the values of the metric Backlog Health.
Sprint Scope Change
This aggregates the values of the metric Sprint Plan Change.
Counting method:
Sprint Scope Change = (abs(added_items) + abs(removed_items))/items_in_sprint_on_sprint_start
Where
added_items - number of tickets added to sprint since sprint start
removed_items - number of tickets removed from sprint since sprint start
items_in_sprint_on_sprint_start - number of tickets in sprint at the moment of sprint start
Aggregation goes by the value of the last sprint for the project
Commitment Rate
This aggregates the values of the metric Commitment Rate.
Forecast
This aggregates the values of the metric Delivery Forecast via Burn-up.
Calculation notes
Metric displays Forecast with Scope Creep value.
Forecast is calculated for whole project.
Units of Measure is based on setting in "Project Configuration → Project Settings → What is the primary units of measure on this project?"
If Units of Measure is Story Points, then metric is calculated based on issues types according to Data Source Configuration → Task Tracking System → Scope Management → "ISSUE TYPES EXPECTED TO BE ESTIMATED IN STORY POINTS". If it is not empty, then calculation is performed for this issues. If it is empty, then all issue types available for the project are calculated.
If Units of Measure is Hours or Items, then metric is calculated based Burn-up chart setting → View in
Velocity trend
Velocity trend shows a percentage of changing average velocity within last 4 weeks in comparing to the average velocity in the last 13 weeks (rolling average).
Counting method if unit start date was more than 4 weeks but less than 13 weeks ago:
Average Velocity Trend = (Average Velocity for the last 4 weeks * 100%)/Average velocity for the all completed weeks from the unit start date
Counting method if unit start date was more than 13 weeks ago:
Average Velocity Trend = (Average Velocity for the last 4 weeks *100%)/Average velocity for the last 13 weeks
Calculation notes
Only completed weeks are calculated, no future ones;
End of a week is a UTC midnight between Saturday and Sunday (i.e. as per US notation);
Metric value could be different from values on Average Velocity due to Average Velocity is displays rounded values.
Metric is calculated if unit start date more than 4 weeks ago. If less then "No Data" is displayed on a micro-metric.
Closed vs Open Defects
Closed vs Open defects shows a difference of Fixed and Opened defects (over last 4 calendar weeks) as a percentage to a number of all open defects in the backlog as of 4 calendar weeks back.
Counting method if backlog has defects:
Counting method if backlog has no any defects:
Calculation notes
Only completed weeks are calculated, no future ones;
End of a week is a UTC midnight between Saturday and Sunday (i.e. as per US notation);
Metric Units of measure is items.