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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.