Timeline
The Timeline is an analytical view of your project centered on sprints. It presents the current progress and full sprint history with detailed metrics and a Gantt-style visualization.
Accessing the Timeline
- Open the project.
- In the sidebar, click Timeline.
The timeline automatically loads the ACTIVE sprint (if one exists). If there is no active sprint, it shows the last COMPLETED or the first FUTURE sprint available.
Selecting a Sprint
Use the sprint selector at the top of the page to navigate between sprints:
| Status | Description |
|---|---|
| ACTIVE | Currently running sprint (highlighted in selector) |
| FUTURE | Sprint created but not yet started |
| COMPLETED | Finished sprint with historical metrics |
Sprint Metrics
The main section displays consolidated data for the selected sprint:
| Metric | Description |
|---|---|
| Total Issues | All issues assigned to the sprint |
| Completed Issues | Issues in DONE-type columns |
| Pending Issues | Issues in TODO or IN_PROGRESS columns |
| Total Story Points | Sum of story points for all sprint issues |
| Completed Story Points | Sum of story points for DONE issues |
| Progress (%) | Completed issues ÷ total × 100 |
Status Distribution
A chart showing the count of issues per status (column) - helps identify where work is concentrated.
Sprint Issue List
Below the metrics, a table shows all sprint issues:
| Field | Description |
|---|---|
| Key | Unique identifier (e.g., PRJ-42) |
| Title | Brief description |
| Type | Bug, Task, Story, etc. |
| Priority | Urgent, High, Medium, Low |
| Status | Current board column |
| Story Points | Effort estimate |
| Assignee | Responsible member (name + avatar) |
| Due Date | If defined on the issue |
Sprint Gantt
At the bottom of the timeline, a simplified Gantt chart displays all project sprints as horizontal bars:
- Color-coded by status (blue = ACTIVE, green = COMPLETED, gray = FUTURE)
- Start and end dates for each sprint
- Progress percentage shown in the bar
Click a Gantt bar to load that sprint's details in the main section.
Active Sprint
The ACTIVE sprint is highlighted with a visual indicator in both the selector and the Gantt chart. Its metrics recalculate automatically as issues are moved on the board - no page refresh needed.
Sprint Goal
The goal set when creating the sprint is displayed below the sprint name in the timeline header, reminding the team of the iteration's objective.