Tasks & Agile
Agile project management with sprints, epics, features, and a Kanban board for tracking work across your team
Tasks & Agile Module
The Tasks & Agile module provides a full agile project management toolkit. Organize work into epics and features, plan sprints, track progress on a Kanban board, and measure team velocity with built-in analytics.
Work Item Hierarchy
Work is organized in a top-down hierarchy. Epics represent large initiatives, features break them into deliverable chunks, and tasks are the individual units of work.
graph TD
E[Epic] --> F1[Feature]
E --> F2[Feature]
F1 --> T1[Task]
F1 --> T2[Bug]
F1 --> T3[Story]
F2 --> T4[Task]
F2 --> T5[Improvement]
T1 --> S[Sprint]
T2 --> S
T3 --> S
T4 --> S
T5 --> S
S --> R[Release]Sprint Flow
Sprints follow a defined lifecycle from planning through completion.
graph LR
A[Backlog Grooming] --> B[Sprint Planning]
B --> C[Active Sprint]
C --> D[Daily Standups]
D --> E[Sprint Review]
E --> F[Sprint Completed]
F --> G[Retrospective]
G --> AFeatures
| Feature | Description |
|---|---|
| Projects | Organize work under agile projects with their own backlogs and sprints |
| Epics & Features | Group related work hierarchically for long-term planning |
| Releases | Plan and track software releases with linked features and tasks |
| Sprints | Time-boxed iterations with planning, execution, and review phases |
| Board | Kanban board with drag-and-drop task management across status columns |
| Backlog | Prioritize and groom upcoming work before pulling into sprints |
| Tasks | Individual work items with types, priorities, assignees, and linking |
| Analytics | Burndown charts, velocity tracking, and sprint progress metrics |
Task Types
| Type | Usage |
|---|---|
TASK | General work items and to-dos |
BUG | Defects and issues to fix |
STORY | User-facing features described from the user's perspective |
IMPROVEMENT | Enhancements to existing functionality |
TICKET_ESCALATION | Tasks escalated from the support ticket system |