I want to find ticket who have the parent of the parent in (X)
Hello @Jagadeesh Kokala ,
Cristiano from the Appfire Team here,
Unfortunately, native JQL struggles a little with parent/child relations.
The app our team works on, JQL Search Extension for Jira, will help you with this, by using the following query:
issue in parentsOfIssuesInQueryRecursive("project='X' and type=Epic")
This will return you all parents and parents of parents of the epics in your project.
Feel free to contact our support team if you have any doubts about this query.
Regards,
Please give an example - your request is not clear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In JIRA filter i can run JQL query to get issues from multiple projects. Now i need a query which should get grand parent of the epic issues/stories.
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.