Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 13
Next »
Overview |
---|
Definition (Hover Text) | Measures the rate at which a team completes work in each sprint. |
Source Tools | Jira, Azure Board |
Graph type | Line graph for Sprint Velocity Column Chart for rolling average velocity
|
Filters | - |
Hover Format on KPI | |
Fields on Overlay | Sprint Name Story ID Issue Description Size |
Business Logic |
Calculation Formula | SPRINT VELOCITY is calculated as the Sum of story points of all stories completed within the Sprint Average Velocity is the rolling average of the last 5 closed sprints.
|
Settings | Step 1: Custom Completion Status Configure the statuses that signify the completion of a work item for your team. The first workflow transition status will be considered if multiple statuses are considered.
Step 2: Issue Types to consider Custom Completion status Configure the desired issue types that you want to consider for closure.
*Please note:- Global mappings and default Jira statuses will apply if the KPI level settings are not used. |
Trend | - |
Maturity Levels | NA |
Instance level thresholds | Target KPI value denotes the bare minimum project should maintain for KPI |
Configurations |
Processor Fields | NA |
Mandatory fields | NA |
How to Validate KPI |
Suggested ways of working | This KPI calculation is based on the total story points of all issues from the completed issues in the Sprint Report If estimation is configured as Original Estimation for the board, then calculation is based on the total original estimate of all issues from the completed issues in the Sprint Report (Total hours will be converted to story points, i.e., 8 hrs = 1sp)
|
Sample JQLs | project = "XYZ" AND "SCRUM Team" = ABC AND issuetype = Story AND status in (Closed) AND sprint in(433) |
Benefits of KPI |
How does the KPI help | Helping teams plan better by showing how fast they're working. Spotting trends to work more efficiently. Showing everyone how the sprint is progressing and when it'll be done.
|
C