Forums

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

Query for all issues with dependent on link

jenna blackburn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 12, 2021

Looking for query to give me:

All issues that were ever dependent on another issue.

1 answer

0 votes
Ivan Lima
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 Leaders.
October 12, 2021

Hi @jenna blackburn. Welcome to Atlassian Community!

You can use the issue link field to find issues linked or not linked to other issues. Assuming you have an outward description such as "depends on", for example, you can use something like:

 issueLinkType = "depends on"

Note that some operators such as WAS or CHANGED are not supported. Therefore, out-of-the-box, you won't be able to find issues that previously had a specific link.

jenna blackburn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 13, 2021

Great thanks @Ivan Lima I was getting tripped up with using Script Runner, the  issueLinkType works perfect. 

Like Ivan Lima likes this
Ivan Lima
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 Leaders.
October 13, 2021

I'm glad it worked. If this answer helped you, it would be great to mark it accepted to help other users find it ;)

Suggest an answer

Log in or Sign up to answer