The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Simplify a jql for a board

Joe
Contributor
March 5, 2021

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? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
sudarshan
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 Champions.
March 7, 2021

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.