Forums

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

Filter query based on cards that are NOT part of a particular Epic/Initiative

Diana Andrade
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!
October 4, 2019

I have created some quick filters on my board to display only the cards that are part of a particular feature using "Parent Link" in childIssuesOf(xxx) and this is very useful when having our daily scrum meetings.

However, there are always some items that are being worked on that are not part of any main feature and for that reason we need a "catch all" query... which I haven't found a way to do yet. I've tried "Parent Link" NOT in childIssuesOf(xxx)  ; "Parent Link" != childIssuesOf(xxx) and neither work (the first one seems to be syntactically correct but returns no results)

Any suggestions?

Thank you

1 answer

1 accepted

1 vote
Answer accepted
Ste Wright
Community Champion
October 5, 2019

Hi @Diana Andrade

Are you looking to find issues without a parent link? Or which are not part of one, specific feature?

I can see two options, depending on the answer:

"Parent Link" is empty

^ This would show you all issues which have no parent. You could make it more refined by adding an issue type search or similar.

issue not in childIssuesOf("XXX")

^ This gives the whole list of issues which do not link into that one specific parent

If you have a more complex scenario, let us know and we can try and help you find a solution :)

Ste

Diana Andrade
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!
October 7, 2019

Brilliant, thanks!

Suggest an answer

Log in or Sign up to answer