Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why is my epic panel in the backlog empty?

Kevin Lawrence November 27, 2018

The left nav epic panel is empty despite the fact that I have many epics in the project. Even if I add an epic from the left nav's "create epic" feature and give a story currently on the backlog that epic, it won't show up as a filter option.

Versions are showing up fine.

My board filter is:

project = RVCL and issuetype in (Story, Bug, Task, Spike) ORDER BY Rank ASC

and my subfilters are:

fixVersion in unreleasedVersions() OR fixVersion is EMPTY

1 answer

1 accepted

3 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 27, 2018

Hello,

You should add the Epic issue type to your filter:

project = RVCL and issuetype in (Story, Bug, Task, Spike, Epic) ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer