Epics
An epic is an issue type that allows you to group issues sharing the same subject. Epics can include issues from different queues and sprints.
Epics are convenient for breaking down your activities if you follow the Agile methodologies. The largest issues can be epics. You break these down into stories, and stories into issues for assignees.
Note
An epic cannot have a parent issue.
An epic cannot be another epic's sub-epic.
You can only create an epic in a queue that has epic as an issue type.
Creating an epic on a board
- On the board, click
Create issue. - Go to the page with the full issue creation form. To do this, click (Open full form).
- Fill in all the required issue fields. In the Type field, specify
Epic
. - Click Create issue.
Adding an issue to an epic
You can add an issue to an epic via a link either from the epic page or issue page.
Adding an issue from the epic page
-
On the epic page under Related issues, click Add link.
-
Select the Has epic link type.
-
Specify the issue key.
Adding an issue from the issue page
-
On the issue page under Related issues, click Add link.
-
Select the Epic link type.
-
Specify the epic key.
Warning
An issue can belong to only one epic.
Creating a new issue in an epic
- On the epic page under Epic issues, click
Add. - Fill in the required fields and save the issue.
Removing an issue from an epic
You can remove an issue from an epic either on the issue page or on a board.
Removing an issue on the issue page
On the issue page under Related issues, remove the link to the epic in the Epic section.
Removing an issue on a board
Open the board, group issues by epic, and drag the issue card to No epic.
Grouping issues by epic
-
In the top-right corner of the board page, click
. -
In the list of options, select Epic.
Filtering issues by epic
You can set up issue display by epic on your board or queue page.
Filtering issues on a board
To filter issues by epic on your board:
- In the top-right corner, click Filters. The filter setup panel will be shown above the board's columns.
- Click . Select Epic.
- In the dialog box that opens, enter the key of the epic by which you want to filter issues.
Filtering issues on the queue page
You can also filter issues in a queue or on the issue page using the query language:
-
In the top-right corner of the page, click
Query language. All the current search parameters that were set using quick filters and conditions will be shown in the query string. -
Add the filtering conditions by epic to the string, e.g.:
-
Show all issues that have an epic:
epic: notEmpty()
-
Show all issues from the epic with the
EPIC-1
key:epic: "EPIC-1"
-