You could install Script Runner Plugin:
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
Then you could find all isues with "blocks"+"is blocked by" with the following JQL Query:
issueFunction in hasLinks("blocks") AND issueFunction in hasLinks("is blocked by")
unfortunately that would only show items that are both blocked and blocking, but that is a perfectly normal situation, i.e. A blocks B which in turn blocks C, so B is blocking and blocked.
What I am looking for is items such as : A blocks B, and A is blocked by B, which is of course a contradiction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.