Forums

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

Epics no longer show up in Backlog

susan craft
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2019

I just created the following JQL: Project = FOO and EpicLink in (epic#, epic#, epic#) order by rank.  

The results give me all of the stories associated with those epics, BUT i can no longer see the Epic names in the backlog view (Epic bar on the left) or in the story listing (usually it shows up in the far end of the story).  I have selected Show Epic labels from the Board pulldown too....

These same epics showed up clear as day using this JQL: Project = Foo and Assignee = John Doe AND status != Done Order by rank. 

What have I done wrong here?

 

Thanks,

Susan

1 answer

0 votes
Aleksandr Zuevich
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.
July 17, 2019

Hi Susan,

Just add one of these to your JQL:

  • OR type = Epic
  • OR issuetype = Epic
susan craft
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 18, 2019

Thanks, but adding one of the above simply returns ALL epics in the project.  The specified epic names still do not show up in the backlog view.

Suggest an answer

Log in or Sign up to answer