Forums

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

How to get count(number) linked issues in reports

Kiranmaye PR July 11, 2024

I have 4 issue types there A,B,C,D . there is no direct relation between A and D but A to B, B to C and C to D is a relation. I need report for A details and how many D issues are linked to C, I need that count. Is it possible any plugin can please help me out for this.

Note: A,B,C are same project and D is Different project

1 answer

1 accepted

2 votes
Answer accepted
Srikanth Gowda B S July 12, 2024

Hi @Kiranmaye PR 

 

Welcome to Atlassian community!!

 

By using JQL and along with some plugins we can achieve this.

with JQL:

To find all B issues linked with A: issue in linkedIssues("A- issue key", "link type A to B")

To find all C issues linked with B: issue in linkedIssues("B-issue key", "link type B to C")

To find all D issues linked with C: issue in linkedIssues("C-issue key", "link-type C to D")

 

Along with this we can achieve by using Plugin: ScriptRunner for Jira - https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview

Kiranmaye PR July 12, 2024

Hi Srikanth

Thank you for your Answer.

I Got the above result, but I need report for "A issue type details and how many D issues are linked to C I need that count". How I get that report Please help me for this.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events