Forums

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

Write a filter to show those without an epic assigned

Roger Davidson
Contributor
April 23, 2021

Yes, I have some epics created and I would like to create a filter to show when an issue is created that does not have an epic assigned to it.

Filters are as such

Epic link = CR

Epic link = KM

Epic link = MS

How do I create a filer from the above Filters to show when an issue does not have an epic assigned to it?

 

Thank you very much in advance for any help.

 

 

 

1 answer

1 accepted

1 vote
Answer accepted
Radek Dostál
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.
April 23, 2021

To find if an issue is not assigned to any epic you can just look for issues which do not have any Epic link value with:

"Epic link" is empty

 

If you want to combine this with the above 3:

"Epic link" is empty OR "Epic link" not in (CR, KM, MS)
//Will filter issues that EITHER have no Epic link, or do but just not one of the 3

or

"Epic link" not in (CR, KM, MS)
//Will filter issues that HAVE an Epic link, just one of the 3

Suggest an answer

Log in or Sign up to answer