You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a "Portfolio" project that contains all of our initiatives but nothing else, only linked epics that are in other projects.
Then I have about 14 team projects that have several Epics linked to these initiatives.
In order for me to report on the entire portfolio of the initiatives and their linked Epics, I want to see all Epics associated with these initiatives and perform any query needed beyond that.
I created a Query in JIRA that works with this filter and I could use this as a Structure for additional queries. Project in ("Project-A") AND issuekey in childIssuesOf(Initiative-1) OR issuekey in childIssuesOf(Initiative-2) ...and so on about 20 more times.
While the filter itself works, it takes a very long time. When I build dashboards in Confluence or in Jira, they sometimes work but they usually timeout and sometimes server disconnected.
Is there a better more efficient way I can build the JQL query?
Hi @Larry Flowers,
Welcome to Atlassian Community!
Without using an app that extends JQL your only option is the query that you have since default JQL do not allow you to do nested queries. I know from experience that Scriptrunner and JQL Tricks can create a better query where you can search for all initiatives and get their children without having to enter each initiative. There are also other apps in the Marketplace that can do this.
Hi Mikael,
I truly appreciate the response and it is what I was expecting unfortunately. At least it is a comfort knowing this is the best it gets at this time. We will be moving to cloud at the end of the year so getting any additional addons at this point is not even being considered.
Many thanks,
Larry
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.