I am trying to simplify a query for board to show all the child issues for an epic.
project in ("P") AND issue in childIssuesOf(P-1) OR issue in childIssuesOf(P-2) OR issue in childIssuesOf(P-3) OR issue in childIssuesOf(P-4) OR issue in childIssuesOf(P-5) OR issue in childIssuesOf(P-6) ORDER BY Rank
Any suggestions?
Hello @Joe try
project = P AND issueFunction in issuesInEpics("issuekey in (epic number)")
This JQL results out the items linked to the specified epic.
If you are looking for the hierarchy result -- not possible with JQL - try with Structures.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.