Feature #3265
closedFilter on issue relations
0%
Description
It'd be nice if Redmine's issue filters included some notion of issue relations. That way you could build a query like so:
- Status is open
- Assigned to me
- Start is less than 0 days ago
- Has no blocking issues
- Has no preceeding issues
Doesn't look trivial, but shouldn't be too difficult. Looking into it now...
Files
Related issues
Updated by Brad Beattie over 15 years ago
- File prototype.patch prototype.patch added
Attached is a work in progress. Shouldn't too difficult to attach the necessary filters. The only concern I have is that when looking for blocking issues, we want generally want open blocking issues. That's a fair number of subselect statements to get working. Could be unrealistically inefficient. :(
Updated by Brad Beattie over 15 years ago
- File prototype2.patch prototype2.patch added
Second prototype. Doesn't allow the selection of how many just yet (currently hardcoded to 1 or more), but it's working.
Updated by Brad Beattie over 15 years ago
- File feedback.patch feedback.patch added
Okay, this seems to work and I'm happy with it. Could someone else take a look and provide feedback as necessary?
Updated by Brad Beattie over 15 years ago
Brad Beattie wrote:
Okay, this seems to work and I'm happy with it. Could someone else take a look and provide feedback as necessary?
Eep. Obviously the .project file wasn't meant to be included.
Updated by Jean-Philippe Lang over 12 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 2.2.0
Updated by Daniel Felix about 12 years ago
I tested the current implementation. Seems to work as expected. Maybe this one could be closed. :-)
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Updated by Toshi MARUYAMA almost 9 years ago
- Has duplicate Feature #4561: Allow filter to hide/show tasks which are blocked by other tasks added
Updated by Go MAEDA about 5 years ago
- Related to Defect #32546: Issue relations filter lacks "is not" added
Updated by Mischa The Evil over 4 years ago
- Related to Feature #33352: Enable inline issue autocomplete in issue id query filter fields added