How to view the TimeLine of multiple Projects or specific Epics

Need more help?

Contact us


Multiple Projects

What you see on the TimeLine is based on the Jira Agile Board you selected. This means you can see multiple projects or only part of a project depending on the board's filter.

If you want to view Projects A and B on the TimeLine, then create a Kanban board with filter:

project in (A, B) ORDER BY Rank ASC

Having a board like this will show all Releases and Epics on the TimeLine. In the configuration you can select to filter out completed Releases and Epics from TimeLine (Releases which are released or archived, and Epics that are marked as done).

 

Specific Epics

In case you want to track specific Epics, for example if you want to view only Epic 1 and Epic 2 from Project A on TimeLine, then create a Kanban board with filter:

project in (A) and "Epic Name" in ("Epic 1", "Epic 2") ORDER BY Rank ASC