The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to list all linked issues in JQL, please?

Christy
February 11, 2022

I am trying to achieve the following. 

Have list of records with issue type A where linked to many records with Issue Type B. 

Looking for JQL to list all records with Issue type B where linked to issue type A, please?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 11, 2022

You cannot achieve that out of the box. You might have a look at an add-on app like scriptrunner. It has some nice built-in functions for JQL searches with linked issues.

Christy
February 12, 2022

Thank you for your response. Wondering if there are any workaround without any additional cost?

Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 12, 2022

Well not as stated but tell me a bit more about your use case. Sometimes there are different ways to approach the goal. For example, when links are made add a label then you can query for the label. You might be able to leverage Automation to help with the solution.

Like Christy likes this
Christy
February 12, 2022

Sure, for example, a record is linked by many others teams for their own tracking. In my case, I have linked these records on my issue type. Purpose is the generate MI report based on time since created. 

I am currently looking into options as 

Create link type for our departmental use and  then filter records based on my link type. 

Other options is to create labels as you mentioned. 

 

Just wondering if there any  other better options before my implementation.