Looking for query to give me:
All issues that were ever dependent on another issue.
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.
Great thanks @Ivan Lima I was getting tripped up with using Script Runner, the issueLinkType works perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad it worked. If this answer helped you, it would be great to mark it accepted to help other users find it ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.