Feature #16621
Ability to filter issues blocked by any/no open issues
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 3.2.0 | |||
Resolution: | Fixed |
Description
I wrote a patch for Feature #15029 that adds relation filters:
- 'any open issues'
- 'none or closed issues'
Currently only the english localisations were added.
Though I suggest a german translation:
label_any_open_issues: irgendein offenes Ticket label_none_or_closed_issues: kein Ticket oder geschlossene Tickets
Related issues
Associated revisions
Ability to filter issues blocked by any/no open issues (#16621).
Patch by Arthur Andersen.
Adds strings to locales (#16621).
History
#1
Updated by Toshi MARUYAMA over 6 years ago
- Related to Feature #15029: When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking) added
#2
Updated by Adrian Wilkins over 5 years ago
Arthur : any chance you recall which revision you wrote this patch against? I'm trying to apply this to the 2.5.1 release which is the closest release revision behind the date on your file but it doesn't match.
#3
Updated by Adrian Wilkins over 5 years ago
- File relations-filter-e4dcb8-r14285.patch
added
Here's the patch again applied against a more recent revision (r14285)
#4
Updated by Arthur Andersen over 5 years ago
Awesome! How is the process of merging this patch into master?
Having this patch merged would simplify my deployment process tremendously!
#5
Updated by Toshi MARUYAMA over 5 years ago
Please add tests like r10513.
#6
Updated by Arthur Andersen over 5 years ago
- File filter-relations-d4e1f70-r14601.patch
added
I added tests similar to those in query_test.rb
. Hope you can merge soon.
#7
Updated by Toshi MARUYAMA over 5 years ago
- Target version set to 3.2.0
#8
Updated by Jean-Philippe Lang about 5 years ago
- Tracker changed from Patch to Feature
- Subject changed from When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking) to Ability to filter issues blocked by any/no open issues
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Feature added. I made a few changes to the proposed patch and renamed "none or closed issues" with "no open issues".
Thanks.
#9
Updated by Toshi MARUYAMA about 5 years ago
- Related to deleted (Feature #15029: When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking))
#10
Updated by Toshi MARUYAMA about 5 years ago
- Duplicated by Feature #15029: When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking) added
#11
Updated by Toshi MARUYAMA almost 5 years ago
- Duplicated by Feature #21863: Filter on open blockers only added