I have a project management project where I'm trying to run a report on all items that are currently not being blocked by other tasks.
Is there a way I can search for this in a report?
Thanks
Patrick
You need something like ScriptRunner or JQL Tricks to do nested JQL queries. We have both apps, but I have only used JQL Tricks for advanced queries. In your case a query would look something like this in JQL Tricks:
project = X AND issue not in linkedIssuesInQuery("project = X AND issue in hasLinks(\"is blocked by\"),"is blocked by")
You can create a similar query using ScriptRunner.
Thanks, I would think there's a way to do it without an add on though no? I guess that's where I get creative with triggers and workflows..
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.