Timeline View
Plan and visualize work over time with the Gantt-style timeline
Timeline View
The Timeline view provides a Gantt-style visualization of your project's work over time. It helps with planning, dependency tracking, and understanding project schedules.
Timeline Overview
Visual Structure
Jan Feb
W1 W2 W3 W4 W1 W2 W3
────┼─────┼─────┼─────┼─────┼─────┼─────┼────
Epic: Auth │████████████████████████│
├─ Story 1 │████████│
├─ Story 2 │ │████████│
├─ Story 3 │ │ │██████████████│
└─ Story 4 │ │████████│
Epic: UI │ │████████████████████│
├─ Story 5 │ │████████│
└─ Story 6 │ │████████│
Legend: ████ = Duration │ = Dependency
Accessing Timeline
- From Sidebar: Click Board → Switch to Timeline
- From Project: Project page → Timeline tab
- Keyboard: Press
Ton project page
Timeline Elements
Issue Bars
Each issue appears as a horizontal bar:
┌──────────────────────────────────┐
│ AUTH-100: Login Implementation │ 5 pts
└──────────────────────────────────┘
Jan 8 Jan 19
Bar Information:
- Length = Duration (start to end date)
- Color = Issue type or status
- Label = Issue key and title
- Points = Story points (if enabled)
Progress Indication
Shows completion within the bar:
│████████████░░░░░░│ 60% complete
▲─────────▲
Completed Remaining
Dependencies
Arrows show relationships:
AUTH-100 ────────►
╲
╲───► AUTH-101 ────────►
Timeline Navigation
Zoom Levels
| Level | Shows | Best For | |-------|-------|----------| | Day | Hours | Daily planning | | Week | Days | Sprint view | | Month | Weeks | Project overview | | Quarter | Months | Roadmap | | Year | Quarters | Long-term planning |
Change Zoom:
- Scroll with
Ctrl/Cmdheld - Use zoom buttons
- Select from dropdown
Scrolling
- Horizontal: Click and drag, or scroll
- Vertical: Regular scroll
- Pan: Middle mouse button
Today Line
Red vertical line marks current date:
│ ← Today
────────│────────────
████████│░░░░░░░░░░░
Creating Timeline Items
Set Dates
For items to appear on timeline:
- Open issue
- Set Start Date
- Set Due Date
- Issue appears on timeline
Drag to Create
- Click on empty timeline space
- Drag to set duration
- Release to create issue
- Fill in details
Resize Duration
Drag edges to adjust dates:
←│████████████████│→
Drag left Drag right
(change start) (change end)
Move Issues
Drag the bar to change dates while keeping duration:
Before: │████████│
↓ Drag right
After: │████████│
Organizing the Timeline
Grouping
Group issues by:
By Epic:
Epic: Authentication
├── AUTH-100
├── AUTH-101
└── AUTH-102
Epic: User Interface
├── UI-200
└── UI-201
By Assignee:
Alice
├── AUTH-100
└── UI-200
Bob
├── AUTH-101
└── AUTH-102
By Sprint:
Sprint 14
├── AUTH-100
├── AUTH-101
└── UI-200
Sprint 15
├── AUTH-102
└── UI-201
Expanding/Collapsing
- Click ► to expand group
- Click ▼ to collapse
Ctrl + Clickto expand/collapse all
Row Height
Adjust density:
- Compact: More items visible
- Normal: Balanced view
- Expanded: More detail per item
Working with Dependencies
Viewing Dependencies
Dependencies shown as arrows:
AUTH-100 ───────────────┐
▼
AUTH-101 ────────────
Types:
- Solid arrow: Blocks
- Dashed arrow: Related
Creating Dependencies
- Hover over issue end
- Click dependency connector
- Drag to target issue
- Select relationship type
Dependency Warnings
Visual indicators for issues:
⚠️ AUTH-101: Starts before blocker ends
Blocked by: AUTH-100 (ends Jan 15)
Current start: Jan 12
❌ AUTH-102: Circular dependency detected
Timeline Analysis
Critical Path
Highlight the longest dependency chain:
Critical Path (shown in red):
AUTH-100 → AUTH-101 → AUTH-103 → AUTH-105
↓
(Total: 25 days)
Milestone Markers
Add milestones to timeline:
Jan 15 Jan 31
◆ ◆
Sprint Release
Review v2.0
Capacity View
Overlay team capacity:
Week of Jan 8:
Assigned: ████████████░░░░░░ 75%
Capacity: ████████████████████ 100%
Filtering Timeline
Quick Filters
- My Issues - Show your assigned items
- This Sprint - Current sprint only
- Critical Path - Show critical items
- Overdue - Past due date
Advanced Filters
Filter by:
- Epic
- Assignee
- Priority
- Type
- Labels
- Status
Hide Completed
Toggle to hide done items:
- Show all issues
- Hide completed issues
- Show completed in gray
Exporting Timeline
Image Export
- Click Export
- Select Image
- Choose format (PNG, SVG)
- Download
PDF Export
- Click Export
- Select PDF
- Configure:
- Page size
- Orientation
- Date range
- Download
Calendar Integration
Export to external calendars:
- iCal format
- Google Calendar link
- Outlook integration
Best Practices
Effective Planning
✓ Do:
- Set realistic durations
- Include buffer time
- Track dependencies
- Update dates regularly
✗ Don't:
- Over-schedule
- Ignore dependencies
- Let dates go stale
- Skip milestones
Timeline Hygiene
- Review weekly
- Update completed items
- Adjust estimates
- Communicate changes
Next: Roadmap - Long-term planning view