I'm able to pull back a list of all blocked tickets (tickets that are linked as "blocked by") but it's including in that list, tickets where the linked blocking ticket is done. I only want to see a list of tickets that are blocked and the blocking ticket is not done.
Hello, You can try below. Change the status=Open to required and link name to the required.
issueFunction in linkedIssuesOf("status = Open", "blocks") and resolution is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.