How to filter issues that are NOT blocked?

unsupported_operation January 2, 2018

I can filter issues that are unassigned and/or not "Done" easily enough, but I'd like to also be able to filter issues that are not blocked.

 

By "not blocked" I mean not having any 'blocked' linked issue whose status is not "Done". I have looked at the documentation for JQL/advanced filtering but can't seem to get it to do what I want.

 

Example:

Ticket JIRA-1 is "Done"

Ticket JIRA-2 is "TODO"

Ticket JIRA-3 is "TODO" and is blocked by JIRA-1 and JIRA-2

 

The filter I want to create should return nothing until JIRA-2 is marked as "Done".

2 answers

1 accepted

1 vote
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 2, 2018

Hi Tom,

with Jira out of the box, you can't query these issues. 

If you have the scriptrunner app, you can do something similar to what is described here:

https://community.atlassian.com/t5/Jira-Core-questions/Filter-to-find-issues-with-links-to-other-issues-which-are/qaq-p/281971

The JQL-Tricks app could also help you:

https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin/server/overview

unsupported_operation January 2, 2018

Thanks for the quick reply.

 

Unfortunately neither of those apps are installed and the project/Jira I want to filter on is administered by another company.

10 votes
Jan Jurenka August 16, 2019

Hi Thomas,

 

I am looking for the same filter. Shouldnt it be basic functionality of JIRA, to be able to search for issues you can work on, or vice versa, you dont want to see issues you cant work on because they are blocked.

Matt M_ April 16, 2020

exactly!! any task management system should be able to display ACTIONABLE tasks vs. NON-Actionable.

Like # people like this

Suggest an answer

Log in or Sign up to answer