We have an automation that flags tickets when they are blocked by another ticket, and unflags when that blocker is closed.
Sometimes, that automation doesn't work.
I want to write a query where I can search for any issue that has a blocker linkedissue on it that has been resolved.
I only want to use JQL.
I believe I did it a while ago by doing a nested filter, but I can't for the life of me find the solution.
Hi @James Milenkovic
Can you please try - issueFunction in linkedIssuesOf('project = xyz and status = done', 'is blocked by')
As per my understanding this should work.
Thank you
I don't have "issueFunction"
"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@James Milenkovic
My bad i was referring to JIRA DC/server. Can you try using 'haslinks' ?
This is what I remember, but not sure.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.