Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

View unblocked tasks

Eitan yomtovian
Contributor
May 5, 2019

Hello,

How to view tasks that are not blocked, that is, tasks that the "blocked" tasks have ended.
In addition to this query, I would also like to see "independent" tasks (regardless of this type) in JQL?

Regards,

Eitan.

1 answer

0 votes
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2019

That kind of query requires the help of a third party addon like ScriptRunner, which enables advanced JQL functions like the one you need:

issueFunction in linkedIssuesOf("resolution is not EMPTY", "blocks")

Should you like to retrieve just unresolved issues blocked by resolved issues, then this query will get those issues:

resolution is EMPTY AND issueFunction in linkedIssuesOf("resolution is not EMPTY", "blocks")

Hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events