Sprint Health
Track velocity, completion & carry-over
Scrum Master Guide: Sprint Metrics & Health
Use team_sprint_summary to pull committed vs. completed story points and issue counts per sprint for a given team and date range. This endpoint surfaces carry-over items and velocity trends that power your sprint retrospectives.
Pair with team_metrics for broader engineering health signals โ PR cycle time, review depth, and commit frequency โ giving you leading indicators of whether your velocity numbers reflect sustainable delivery or unseen bottlenecks.
Sprint History
| Sprint | Committed | Completed | Carry-Over | Velocity |
|---|---|---|---|---|
| Sprint 24 | 18 | 16 | 2 | 62 |
| Sprint 23 | 15 | 14 | 1 | 54 |
| Sprint 22 | 20 | 16 | 4 | 51 |
| Sprint 21 | 17 | 15 | 2 | 58 |
Velocity Trend โ Scope vs Effort
API Explorer
How to Use This in Your Sprint Ceremonies
Query team_sprint_summary before planning to baseline your team's historical velocity. Use the last 3โ4 sprints to set a realistic commitment ceiling and avoid over-promising.
Use team_metrics mid-sprint to spot PR bottlenecks or review delays that could threaten completion. An uptick in cycle time is an early warning before carry-over materialises.
Pull team_sprint_summary at sprint close to present committed vs. completed to stakeholders. Highlight carry-over items with context from person_metrics if individual blockers contributed.
Combine team_sprint_summary, team_metrics, and unlinked_pull_requests to run a data-driven retro โ correlate carry-over spikes with PR hygiene gaps and identify systemic patterns across sprints.