Actions
Feature #21863
closedFilter on open blockers only
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
When I create a filter with "Blocked By", I get 6 options:
- "is" <issue number>
- "any issues in project" <project name>
- "any issues not in project" <project name>
- "no issues in project" <project name>
- "any"
- "none"
The problem is that the blocking issues aren't evaluated for being opened or closed. This means that my query will show issues that are "blocked by" issues that are all closed. Which isn't helpful.
In my mind, the query should either only consider issues as blockers if they are open or allow me to specify "any open" vs "any". This way, I can see which issues are ready for development by excluding issues which have an open blocker.
Environment: Redmine version 2.6.1.stable Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux] Rails version 3.2.21 Environment production Database adapter Mysql2
Related issues
Actions