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.
Problem
I am beginning to use JIRA Advanced Roadmaps and we have enough tickets across enough projects it is only feasible to use Search Filters as my issue selector for populating the Advanced Roadmap.
We use the following hierarchy:
Initiative
Epic
Story
Unfortunately, JQL does not appear to me to have a built in way to look for "nested children" Stories underneath a given Initiative since the Parent Link field only displays the next level above.
Put another way, I have no way to recursively find the children under all the Epics in a given initiative.
I found a similar issue discussed at:
https://community.atlassian.com/t5/Advanced-Roadmaps-discussions/Constraints-and-best-practices-for-Parent-Link-in-Advanced/td-p/1778272
Would be great to know if anyone has a workaround that is free vs paid extension.
Thanks!
Not wanting to add any paid or third party plugins, this is one of many more complicated searches that I hack my way around using Jira Automations.
Similar example: making date comparisons
Jira Automations allows you to do more hierarchy-based searching, so you could capture an issue and its entire lineage. Ultimately, you then need to tag the issues in some way (I use labels most of the time, but could be another field) and your filter is then based on that attribute that you can search for in JQL.
Key Elements for the Automation:
I don't have time to test it now, but if you're having trouble defining the Initiatives and getting it to run on the Epic children, you may need to start with the Epics and then check if the parent (Initiative) meets whatever criteria you need. There are still some odd nuances with parentage around Epics vs. other issue types based on Parent Link vs Epic Link.
Unfortunately, as of my knowledge cutoff of September 2021, there is no built-in JQL function in JIRA that allows you to search for "nested children" stories underneath a given initiative. However, there are third-party plugins and scripts available that may help you achieve this functionality. You can also try using JQL subqueries to search for stories under each epic within an initiative. Alternatively, you can consider reorganizing your project structure to make it easier to search for issues using JIRA's built-in functionality.
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.