How do I create a JQL filter where I get back all child issues from a parent that has a label = ABC, to identify those epics are ABC epic types and the child issues have a label of 123? Thank you!
Jira doesn't natively support a query that lets you get parent issues per some criteria and then also get all the child issues for that dynamically generated list of parents.
You will need to look at third party apps in the Atlassian Marketplace that extend JQL for searching/reporting.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
"issueFunction" is not a native JQL function in Jira Cloud. That comes from a third party app added to the Jira instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the solution on my JIRA with no third party. I read it backwards first time. Why would cloud not have the same functionality as on prem?
@Jean Turnauckas try this out if your jira supports issuefunction it will work. issueFunction in issuesInEpics("labels = ABC") AND labels = 123
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.
Are you on JIRA cloud? We may be able to fix it by embedding a filter so if you are we can look into it and get it fixed for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issueFunction comes from the Adaptavist ScriptRunner third party app. It is not a native feature of Jira Server.
Jira Server and Jira Cloud don't have the same functionality because they are products that have diverged in their development.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what do you mean by ABC epic type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry the epic has a label of ABC, so I have several epics with ABC and from that group of six epics I would like to filter for the tasks (associated with those six epics) that have the label 123
thanks! @caglad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.