JQL to find all epics that have issues with sub tasks that meet a certain criteria?

imthenachoman
Contributor
March 6, 2024

I am trying to craft a JQL that will find all epics that have issues that have sub tasks that match a certain criteria.

1 answer

1 accepted

0 votes
Answer accepted
Asha Goyal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 7, 2024

Hello @imthenachoman 

Kindly refer below link for reference of JQL queries to find all epics and subtask in it.

https://www.techagilist.com/agile/jira/epic-jql-to-find-included-issues-and-subtasks/

Please Accept and Vote my answer if it helps.

Thanks

imthenachoman
Contributor
March 7, 2024

I don't want to find sub tasks. I want to find epics that have sub tasks that match a criteria. I only want the result results to return the epics.

imthenachoman
Contributor
March 7, 2024

I think I figured it out. I had to do:

issueFunction IN epicsOf("issueFunction IN parentsOf('...')")

 

Like Asha Goyal likes this

Suggest an answer

Log in or Sign up to answer