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

1 vote
Answer accepted
Jack Brickey
Community Champion
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
Community Champion
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. 

Suggest an answer

Log in or Sign up to answer