Velocity: Committed vs. Completed
Purpose
Velocity: Committed vs. Completed shows the amount of work planned and completed by iteration (sprint/release).
How metric helps
Velocity: Committed vs. Completed helps to determine a team velocity and to accurately estimate the amount of work a team is able to complete in future iterations.
Chart with Velocity: Committed vs. Completed in Story Points by sprints contains Rolling Average Velocity and Rolling Average Predictability, which helps to find trends that would otherwise be hard to detect.
Questions it answers:
how stable is the performance of a team
how stable is the reliability of a delivery process.
how team keeps its commitments
how much work the team can take on/commit to
how fast team is identifying / removing roadblocks
how accurate estimates are
how mature planning is
does team's velocity have any dramatic ramp downs or ramp ups
does scope have any slippage
how work is being ready for development when taken into sprint
How metric works
Chart overview
Velocity: Committed vs. Completed shows the amount of work planned and completed by issue type with the following variations:
Velocity: Committed vs. Completed in items by sprints/releases.
Velocity: Committed vs. Completed in SP by sprints/releases.
Velocity: Committed vs. Completed in remaining hours by sprints.
Velocity: Committed vs. Completed in original hours by sprints/releases.
Axis X - iteration name/timeline; Axis Y - number of committed and completed items, story points or hours and percentage of predictability in case if chart is Velocity: Committed vs. Completed in SP by sprints.
Chart can be viewed for all issue types in use or for a particular issue type selected in the drop down list.
On hover over a committed column (blue column), a hint appears with the following info:
Iteration name - Iteration name as it is in a tracking system;
Iteration time frame - Iteration start-end date;
Committed - a number/story points/hours of committed items.
On hover over a completed column (purple column), a hint appears with the following info:
Iteration name - Iteration name as it is in a tracking system;
Iteration time frame - Iteration start-end date;
Completed - a number/story points/hours of completed items.
On hover over a metrics on the Velocity: Committed vs. Completed in SP by sprints chart, a hint appears with the following info:
Iteration name - Iteration name as it is in a tracking system;
Iteration time frame - Iteration start-end date;
Committed - story points of committed items.
Completed - story points of committed items.
Velocity (rolling average 3 sprints) - story points of rolling average velocity for 3 last sprints.
Predictability (rolling average 3 sprints) -percentage of rolling average predictability for 3 last sprints.
Chart legend shows the following (with the exception Velocity: Committed vs. Completed in SP by sprints):
the last calculated number of committed items;
the last calculated number of completed items.
By click on a point a pop up appears with the following information got from a task tracking system:
Issue ID;
Type;
Priority;
Summary.
Top 5 problems metric identifies
Calculation
Calculation | Items | Story Points | Original Hours | Remaining hours |
Committed | a number of issues assigned to a sprint before or on the sprint start date and time plus Sprint Planning Grace Period | sum of SP for issues assigned to a sprint before or on the sprint start date and time plus Sprint Planning Grace Period | sum of Original Hours for issues assigned to a sprint before or on the sprint start date and time plus Sprint Planning Grace Period | sum of Remaining Hours for issues assigned to a sprint before or on the sprint start date and time plus Sprint Planning Grace Period |
Completed | a number of issues got a 'Done' status before or on the sprint end date/time | sum of SP for issues got a 'Done' status before or on the sprint end date/time | sum of Original Hours for issues got a 'Done' status before or on the sprint end date/time | sum of Remaining Hours for issues got a 'Done' status before or on the sprint end date/time |
Velocity (rolling average 3 sprints) | no | RAV=∑SP - sum of SP for issues completed in a sprint - for Sprint 1 and Sprint 2; RAV3= (V1+V2+V3)/3 RAV4..n = (Vlast+Vlast-1+Vast-2)/3 - rolling average calculation for Sprint 4 and next sprints . where Vlast is Velocity for the last sprint (current). Vlast-1 is Velocity for the sprint prior to the last sprint. Vlast-2 is Velocity for the sprint prior to the completed of the last sprint. | no | no |
Predictability (rolling average 3 sprints) | no | If Completed>Committed: P1..3 = (AvgSPcommitted/AvgSPcompleted) * 100 %. If Completed<Committed: P1..3 = (AvgSPcompleted / AvgSPcommitted) * 100 % where AvgSPcompleted is a sum of SP of completed issues averaged for the last 3 completed sprints. AvgSPcommitted is a sum of SP of committed issues averaged for the last 3 completed sprints. RAP4..n = (Plast+Plast-1+Plast-2)/3 - rolling average calculation. where Plast is Predictability for the last completed sprint. Plast-1 is Predictability for the sprint prior to the last completed. Plast-2 is Predictability for the sprint prior to the completed of the last completed. Including the current sprint. | no | no |
Calculation notes
Sprint Planning Grace Period is set in Project configuration>Data Sources>Task Tracking System>Scope Management>Sprint Planning Grace Period.
'Done' statuses are specified in Project Configuration>Data Sources>Task Tracking System>Workflows.
Committed issues moved to another sprint are counted in the sprint they are actually completed.
If, during the sprint, issues were removed from the sprint, then they are not calculated in Completed.
Issues/work items got into a sprint after a sprint start and completed within this sprint are included into Completed.
Reopened and completed issues are included in the completed value calculation by their latest completion date timestamp.
Estimates for Committed are taken at a sprint start including a grace period value if any;
Estimates for Completed are taken at an issue completion.
Sub items are included into the calculation if "Include sub items into metrics calculation" setting is on.
Calculation of the metrics based on TFS takes into account sprint start at 23:59:59 so the same metric based on Jira data may differ.
Releases without start/end dates are ignored.
Trend line (blue dotted line) calculation (its inclination to axis x) ignores an incomplete iteration in the chart to reveal an accurate tendency.
PerfQL
Data Source
Data for the metric can be collected from a task tracking system (Jira, TFS, Rally, etc.).