Overview | ||
---|---|---|
Definition (Hover Text) | Scope churn explains the change in the scope of sprint since the start of iteration | |
Source Tools | Jira, Azure | |
Graph type | Line | |
Filters | Story Points, Issue Count | |
Hover Format on KPI | Sprint Name: <<Value>> | |
Fields on Overlay |
| |
Business Logic | ||
Calculation Formula | (Stories added + Stories removed) / Count of Stories in Initial Commitment at the time of Sprint start | |
Trend | Higher the scope churn, lesser is the Speed | |
Maturity Levels | M1: >50% M2: 30-50% M3: 20-30% M4: 10-20% M5: <10% | |
Instance level thresholds | ||
Configurations | ||
Processor Fields | NA | |
Mandatory fields | Issue type to identify Story | |
How to Validate KPI | ||
Suggested ways of working | ||
Sample JQLs | NAJQL query to get the issues committed at the start of a sprint: project = "Your Project Name" AND Sprint in openSprints() AND issueFunction in addedDuringSprint("Your Board Name", "Your Sprint Name") JQL query to get the issues added or removed during a sprint: project = "Your Project Name" AND Sprint in openSprints() AND (issueFunction in addedAfterSprintStart("Your Board Name", "Your Sprint Name") OR issueFunction in removedDuringSprint("Your Board Name", "Your Sprint Name")) | |
Benefits of KPI | ||
How does the KPI help |
|
...