Delivery
Delivery tracking & scope management
Scrum Master Guide: Delivery Tracking
Delivery tracking in Jellyfish operates at the deliverable level โ giving Scrum Masters visibility across epics, initiatives, and features that span multiple sprints. Unlike sprint-level metrics, delivery tracking surfaces scope drift, effort alignment, and completion trends over weeks.
The four delivery endpoints power this view:
work_category_contentsโ lists all deliverables within an epic, initiative, or feature categorydeliverable_detailsโ returns status, issue counts, and effort for a single deliverabledeliverable_scope_and_effort_historyโ weekly scope and effort history for scope creep detectionwork_categoriesโ enumerates all work category types configured in your Jellyfish instance
Scope & Effort Trend
8-week view โ story points per week
Active Deliverables
Current delivery status by deliverable
| Deliverable | Category | Issues | Complete | Status |
|---|---|---|---|---|
| Auth Service Rewrite | Epics | 24 | 78% | On Track |
| Mobile App v3.0 | Epics | 42 | 45% | At Risk |
| Data Pipeline Migration | Initiatives | 18 | 92% | On Track |
| API Rate Limiting | Features | 8 | 30% | Behind |
API Explorer
Scrum Master Playbook: Delivery Insights
Three high-value patterns for delivery visibility:
1. Scope Creep Detection
Use deliverable_scope_and_effort_history to compare week-over-week scope changes. A rising scope line alongside flat or declining effort signals unplanned work entering the deliverable. Flag deliverables with significant week-over-week scope growth and bring them to the next planning session. Define your own threshold based on your team's tolerance for scope change.
2. Cross-Sprint Visibility
Deliverables span sprints, but sprint health metrics do not. Pull work_category_contents weekly to build a deliverable-level health summary that persists across sprint boundaries. This gives leadership a stable signal even during sprint transitions or mid-sprint re-planning.
3. Stakeholder Reporting
Combine deliverable_details percent complete with effort data from allocations to build a concise status update: what is done, what is in flight, and where risk is concentrated. Group deliverables by work_category so business stakeholders see progress at the initiative level rather than the sprint level.