Commonly confused
Epic vs Project
An epic is a large issue broken into smaller child issues that ship incrementally, usually over a few cycles, tracked by rolled-up progress. A project is a bounded effort with a defined goal and often an end date that groups the issues delivering one outcome. They overlap heavily — both bundle issues under a theme — but a project is typically the broader delivery container, while an epic is a sizeable chunk of work within or beneath it.
Epic vs Project, in short
- An epic is a large issue broken into smaller child issues that ship incrementally, usually over a few cycles, tracked by rolled-up progress. A project is a bounded effort with a defined goal and often an end date that groups the issues delivering one outcome. They overlap heavily — both bundle issues under a theme — but a project is typically the broader delivery container, while an epic is a sizeable chunk of work within or beneath it.
- When to use epic: Use an epic to decompose one big body of work into independently shippable issues under a single theme.
- When to use project: Use a project to frame a cohesive, goal-bounded effort — often with a target date — that may itself span several epics.
| Aspect | Epic | Project |
|---|---|---|
| Definition | An epic is a large unit of work too big to finish in a single cycle, broken down into smaller related issues that ship incrementally. It groups those child issues under one theme and tracks their combined progress. Epics sit between individual issues and broader projects or initiatives in the planning hierarchy. | A project is a bounded body of work with a defined goal, scope, and usually an end date — a feature launch, a migration, a redesign. It groups the related issues that deliver that outcome, sitting above individual issues and below strategic initiatives in the planning hierarchy, so a team can track one cohesive effort as a unit. |
| When to use it | Use an epic to decompose one big body of work into independently shippable issues under a single theme. | Use a project to frame a cohesive, goal-bounded effort — often with a target date — that may itself span several epics. |
| Full definition | Epic | Project |