Forums

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

Query not showing Epic tickets (therefore Epic not showing in Epic Panel of Board)

Rosa M Fossi
Contributor
October 31, 2018

I've read through the various posts there are relating to the "Epics not showing in Epic Panel of scrum board" and I think I've narrowed it down to the query; however,  I can't seem to run a query that pulls up the epics I expect!!

Example:  I expect this Epic (call it EM-25) to show up when I run this query:

project = EM AND labels not in (EmSupport, EMParkingLot) AND statusCategory != Done AND status != "Ready for Release" ORDER BY issuetype DESC

But EM-25 is NOT part of the results.  At-a-glance, this epic seems to fit my query, does it not?  Maybe I just need another set of eyeballs on this...   Here is a screenshot of the Epic.
EPIC EM-25.png

 

Any help would be greatly appreciated!

1 answer

1 accepted

1 vote
Answer accepted
RKusmba
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.
October 31, 2018

Hi,

Try adding lables is EMPTY:

(labels not in (EmSupport, EMParkingLot) or lables is EMPTY)

Rosa M Fossi
Contributor
October 31, 2018

AHA!  This was it.  

project = EM AND (labels not in (EmSupport, EMParkingLot) or labels is EMPTY) AND statusCategory != Done AND status != "Ready for Release"

Suggest an answer

Log in or Sign up to answer