I am trying to craft a JQL that will find all epics that have issues that have sub tasks that match a certain criteria.
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
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.
I think I figured it out. I had to do:
issueFunction IN epicsOf("issueFunction IN parentsOf('...')")
It looks like you're new here. Sign in or register to get started.