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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.