is there a way to track down circular references e.g. a JIRA task which has both a "blocks" link and a "is blocked by" link to the same JIRA task ?
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.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.