This question is in reference to Atlassian Documentation: Advanced searching
I've tagged lots of issues in my project with 'Link' | 'is blocked by' wherever I need to (to indicate a dependency).
I want to now detail which issues have these links via a query. Can't seem to work it out.
Is it possible to do this? Or is there a different way to achieve the same goal?
You can prepare a JQL filter: (This will require the installation of the Script Runner plugin)(In JIRA server)
issueFunction in hasLinks("is blocked by")
Check out this link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.