Hi everyone,
I'm trying to build a report with the following requirement:
Expected output:
| Risk Category Level | Count of Issue Type A |
|---|---|
| Low | 15 |
| Medium | 22 |
| High | 8 |
Additionally, when a user drills through or clicks on the count, I would like to see the underlying Issue Type A issues.
Thanks,
Prathap DL
Hi @PLaksh11
@Habib__Plugio__ is correct.
You could look at Studio and with a good prompt you might be able to create such a gadget by creating a forge app.
But in 1st instance your question is a BI question, so your main option would be to get the data outside of Jira into a BI reporting tool like, PowerBI , Tableau or other.
This could be done via API or use 3rd party solution form the marketplace to export your data to such tools.
Hi @PLaksh11 ,
There's no native way to group or search Issue Type A by a field on its linked issues — JQL can't reach across links. The standard workaround is to mirror the field onto Issue Type A with Automation:
Once the mirror field is populated, a native Pie Chart or Two Dimensional Filter Statistics gadget on a filter like issuetype = "Issue Type A" gives you exactly the Low/Medium/High counts, and clicking a slice/count opens the issue navigator with the underlying Issue Type A issues — that's your drill-through.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We found solution using "Custom chart" Plugin.
Thanks for the response.
Regards,
Prathap DL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @PLaksh11,
I don't see a way to achieve this using Jira's native functionality.
If you consider using an app, our Great Gadgets app can help.
It also offers a Work Breakdwon Structure (WBS) gadget that, when configured in Liked work items view, it can display the issues returned by a filter/JQL query (in this case "issueType = issueTypeA") together with their linked issues and relevant fields, such as Risk Category Level, like this:
If you use a certain link type for this, you can configure the gadget to display only those link types.
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.