Forums

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

JQL - how to get all issues that their epics status not in (done, archived, resolved)

Maor Avitan
Contributor
January 2, 2020

what is the right jql for getting all issues that their epics status not in (done, archived, resolved)

1 answer

1 accepted

1 vote
Answer accepted
John Funk
Community Champion
January 2, 2020

Hi Maor - You could try the following:

issuetype = Epic and (Status not in (Done, Archived, Resolved) or "Epic Status" != Done)

John Funk
Community Champion
January 2, 2020

Sorry - use AND instead of OR

Maor Avitan
Contributor
January 2, 2020

perfect!

John Funk
Community Champion
January 2, 2020

Great - glad it worked.  :-)

Suggest an answer

Log in or Sign up to answer