The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Epics not showing in the Epic Panel on JIRA board

ISHITA VERMA
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!
November 7, 2016

Hi,

I am facing an issue wherein none of the epics of my filter are showing up on the Epic panel of the JIRA sprint board

Additional Information:

  1. JIRA board filter is of the type below:
    project in (ABC) AND issuetype in (Bug, Enhancement, Epic, "Support Issue", Task, Sub-task) AND status in (Open, Reopened, "Design Complete", "In Design", "In Development", "Awaiting Release", Fixed, "Awaiting Validation", "Awaiting Prioritization") AND "Epic Link" in (XYZ-123)

Can you please help me with this as soon as possible.

 

 

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Walter Buggenhout
Community Champion
November 7, 2016

Hi Ishita,

Try to split what you want in your result into 2 parts. Part 1 would be the part where you select your epics:

Issuekey in (abc-123, abc-456, xyz-123)

And the part 2 would be the issues linked to those epics:

Project in (ABC) and ... and "Epic Link in (abc-123, abc-456, xyz-123)"

And finally, you combine the 2 together:

(Part 1) OR (Part 2)

Where the 'OR' is making sure you get both sets of issues together in 1 result.

 

Given that you are trying to create a filter for a Scrum board, why are you trying to limit the epics in your selection (you don't have to answer, I'm just wondering). After all, in the planning section of your sprint board you can select and filter issues from any epic by simply clicking it. And only the issues you add to a sprint will appear on the active sprint board.

0 votes
Dennis T
Contributor
February 26, 2020

For others with similar issues, the Epic Status field might be to blame.

0 votes
Walter Buggenhout
Community Champion
November 7, 2016

Hi Ishita,

The last part of your JQL statement is the suspect to go for. You limit your selection to issues having an Epic Link to (XYZ-123). Epics cannot be linked to another epic using the Epic Link field. So as a consequence, you are excluding all epics from your search results.

ISHITA VERMA
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!
November 7, 2016

Thank you for the answer,

I want to create a JIRA board filtering out issues linked with certain epics,

if the above filter will not work, can you help me with a way i could create a JIRA board filter query that filters out all the issue linked with a group of epics and all those epics are also shown in the EPic panel on the JIRA board too