I'd like to find all issues which are blocking other issues and are not yet completed, however I cannot see any way to do this with the query language. Ideally what I would want would be something like this :
resolution IS EMPTY AND linkedIssues(issue, "blocks") IS NOT EMPTY
Is there some alternative method I can use to get this information ?
I'd be perfectly happy if it was a dashboard gadget rather than a query, but I can't see any gadgets which can do this either.
You can't do it in ondemand. For hosted there are various plugins available, eg https://studio.plugins.atlassian.com/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-linkedIssuesOf%28Subquery%2Clinkname%29
can you try this jql please?
resolution is EMPTY AND issueFunction in hasLinks("blocks")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not available in AOD :-(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry. didn't knew that. too bad though :(
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.