Forums

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

How can i filter out multiple epics from a query

Michele Lomas May 9, 2019

I am trying to create a board showing all issues, plus exclude 6 specific epics. I've tried multiple queries

 

project in (PROJ1, PROJ2, PROJ3) AND NOT "Epic Link" = PROJ1-154 AND NOT "Epic Link" = PROJ2-506  ORDER BY priority DESC

 

but this doesnt seem to be working. How can i see tasks from 3 boards and exclude specific epics?

1 answer

1 vote
NancyB455
Contributor
May 9, 2019

I haven't tested it, but did you try:

project in (PROJ1, PROJ2, PROJ3) AND "Epic Link" not in (PROJ1-154, PROJ2-506)

Michele Lomas May 9, 2019

thanks! Very helpful!

Like NancyB455 likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events