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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I figured it out. I had to do:
issueFunction IN epicsOf("issueFunction IN parentsOf('...')")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.