Hello,
I have a question related to replicating hierarchies and looking for guidance.
-
Advanced Roadmaps is being used to create the following hierarchy.
Capability > Initiative > Epic > Story > Sub Task -
Using the “Advanced Roadmaps” hierarchy in eazyBI the issues can be displayed nicely replicating the hierarchy, so this is fine.
-
Problem is that some of the Initiatives are not linked to the Capability but instead a label is used to identify the capability. So instead of Capability a label is used something like capability-1, cabability-2 and so on at Initiative level.
What I am trying to create is a report that will list all the issues based on the initiatives with a specific label. So the JQL equivalent would be something like.
All Initiatives in scope:
labels in (capability-1) and issuetype= Initiative
The report should display all the child issues using parent link, epic link and sub task of the above returned initiatives.
Thanks,
Ravi