The JQL Parent link ="issuekey" only gives me child issues of the initiatives/business epics, but I need a JQL that will also give me data about the issue hierarchy i.e Initiatives>epics>stories>sub tasks. Is this possible in jira without any plugin , ?
Hi @priyanka
To answer your question, Atlassian does not provide this feature directly.
If you are using ScriptRunner, this is doable very easily using the Portfolio issueFunction as shown in this ScriptRunner Documentation.
I hope this helps to solve your question. :-)
Thank you and Kind regards,
Ram
Hi @priyanka,
welcome to the community.
Unfortunately, this is trickier than one might think; as a hierarchical query, it would really require some kind of join or subquery, which isn't available in plain Jira/JQL. You'll need extra tooling:
Hope this helps,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to expand on the last point, this is how this could look in the app that my team and I are working on, JXL for Jira. Put simply, you'd create a sheet with all issues that are potentially relevant to you, model your issue hierarchy (that's just a couple of clicks), and then use JXL filtering capabilities to narrow down to the initiatives that you care about:
Once you have your list of issues, you can work on these directly in JXL (much like you'd do in e.g. Excel or Google Sheets), trigger various operations in Jira, or export them for further processing.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @priyanka,
I'm afraid that this is not possible without a plugin. Also, displaying this hierarchy just by using JQL is not be possible.
But if you still consider using a plugin, have a look over our Great Gadgets plugin.
It offers a Work Breakdown Structure (WBS) gadget that takes the issues from a specified filter and displays them in a tree structure, by their hierarchy, in form of Initiatives > Epics > Stories, Tasks > Sub-tasks, exactly as you want.
All you have to do it to have a filter that returns the issues to be grouped and to configure the gadget to use this filter. Then, the magic will happen.
Please note that this app offers many other gadgets that you will find useful. Just have a look over the articles from our blog to make an idea. It can be a great asset for your team and company.
I hope this helps.
Thank you,
Danut
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.