Excluding Children of an epic in a certain status (JQL)

Nadine Sidhpura September 25, 2017

Hi

I am relatively new to Jira so struggling a bit with JQL.

I want a filter where I want to see all issues except those with a parent epic is in Status hold. 

Something like..

project = XX AND status in (x, x, x, ) AND Parent epic status is not on hold.

Can I do this is standard JQL? 

Thanks in advance!

1 answer

1 vote
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 25, 2017

Nadine, not sure if you have scriptrunner but if you do, this guy will work for you.

issuefunction in issuesInEpics('project = XXX AND Issuetype = Epic AND Status != "On Hold"')

Nadine Sidhpura September 26, 2017

Thank you! I will ask and try it out...

Suggest an answer

Log in or Sign up to answer