Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.