Is it possible to create JQL statement to select all epics with label 'Y', including all their children (stories/tasks) from project X?
Label 'Y' is applied only to epics, linked stories and tasks don't have it.
You need an app (like JQL Search Extensions) to do this.
With the app, this search would work:
(issue in childrenOfIssuesInQuery("type = epic and labels = Y and project = X")) OR (type = epic and labels = Y and project = X)
Thank you Jesse, good to know. As the first step I'd like to understand how close I can get to my use case with standard Jira features. Will start considering additional apps if there is no workable jql solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without an app, you can certainly return the children of an epic using the parentEpic field:
parentEpic = PROJ-411
However, you can only do it by using the epic's key. I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.