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

Maor Avitan 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 2, 2020

Sorry - use AND instead of OR

Maor Avitan January 2, 2020

perfect!

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 2, 2020

Great - glad it worked.  :-)

Suggest an answer

Log in or Sign up to answer