Sprints
Agile sprint planning with backlog, board, and velocity charts.
Where to Find Sprintsโ
- Toolbar โ From any project view, click Sprints
- URL โ
projectroadmap/sprints/{project_id}
Sprints Listโ
Add a Sprintโ
- Click Add Sprint
- Enter Name (e.g., "Sprint 1")
- Set Start date and End date
- Optionally add a Goal
- Save
Edit a Sprintโ
- Click the pencil icon next to a sprint
- Update name, dates, or goal
- Save
Delete a Sprintโ
- Click the trash icon next to a sprint
- Confirm deletion
Sprint Backlogโ
- URL โ
projectroadmap/sprint_backlog/{project_id} - Purpose โ View and manage tasks for the current or selected sprint
- Use this to plan which tasks go into each sprint
Sprint Boardโ
- URL โ
projectroadmap/sprint_board/{project_id} - Purpose โ Kanban-style board for sprint tasks
- Columns โ By task status
- Drag & drop โ Move tasks between columns
Burndown Chartโ
When a sprint has tasks, the Burndown Chart appears on the Sprints page.
| Metric | Description |
|---|---|
| Total tasks | Tasks in the sprint |
| Completed | Tasks marked complete |
| Chart | Visual burndown of remaining work over time |
Velocity Chartโ
The Velocity Chart shows tasks completed per week across sprints.
| Metric | Description |
|---|---|
| Weeks | Time periods |
| Completed | Tasks completed in each period |
| Purpose | Estimate future sprint capacity |
Navigationโ
From the Sprints page:
| Button | Destination |
|---|---|
| Back | Project dashboard (List view) |
| Sprint Backlog | Sprint backlog view |
| Sprint Board | Sprint board view |
| Add Sprint | Opens add sprint modal |