Ultimately - I want JQL to report anything that is blocking any issue that has a certain attribute (in this case, a particular component).
I know that I can report all issues that are blocked and have the particular component attribute, but I can't retrieve a list of what is actually causing the block.
Any suggestions?
Hi,
Do you have Scriptrunner ? May be you can start with the haslink function
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
Thanks. Generally prefer to avoid using script runner, but have managed to get the query to work with your advice.
issueFunction in linkedIssuesOf("Project = PROJECTNAME AND Component = X", "blocks")
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.