Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Count issues by a field from a linked issue and drill through to source issues

PLaksh11
Contributor
August 25, 2026

Hi everyone,

I'm trying to build a report with the following requirement:

  • Issue Type A is linked to Issue Type B.
  • Issue Type B has a custom field called Risk Category Level with values such as Low, Medium, and High.
  • I want to count Issue Type A issues based on the Risk Category Level of their linked Issue Type B.

Expected output:

Risk Category LevelCount of Issue Type A
Low15
Medium22
High8

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

 

2 answers

1 vote
Marc -Devoteam-
Community Champion
August 25, 2026

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.

0 votes
Habib__Plugio__
Atlassian Partner
August 25, 2026

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:

  1. Create the same "Risk Category Level" select field on Issue Type A (e.g. "Risk Category Level (from B)").
  2. Automation rule: trigger Field value changed (Risk Category Level, on Issue Type B) → branch For linked issues (your link type) → action Edit issue to copy the trigger issue's value into the mirror field. Add a second rule on the Issue linked trigger so newly linked issues get the value too.
  3. For existing issues, run a one-time backfill (e.g. a Scheduled trigger with a JQL scope, then disable it).

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.

 

PLaksh11
Contributor
August 25, 2026

Hi @Habib__Plugio__ 

We found solution using "Custom chart" Plugin.

Thanks for the response.

 

Regards,

Prathap DL

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events