Unblocked ticket query fails with ticket containing multiple blockers

Raj Vora April 21, 2020

Hi! I have a query that checks unresolved unblocked tickets; I use JQL statement similar to this one:

issueFunction in linkedIssuesOf("resolution != Unresolved", "blocks") and resolution = Unresolved

One of my tickets has multiple blockers and when just one of its blockers gets resolved (the other one still is unresolved), the parent ticket appears on this query which it obviously shouldn't because its still blocked. Has anyone else experienced this same issue?

1 comment

Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 21, 2020

What about this?

issueFunction in linkedIssuesOf("resolution != Unresolved", "blocks")  and issueFunction not in linkedIssuesOf("resolution = Unresolved", "blocks") and resolution = Unresolved

 

 

Regards

Raj Vora April 22, 2020

Thanks!  It worked.  I was getting my logic mixed up but now it makes sense.

Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 22, 2020

Nice!

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events