Feature #7867
closedAdd filters for "Author's group" and "Author's role" to issues list
Added by Alex Belyaev almost 14 years ago. Updated 4 months ago.
0%
Description
Is it possible to add group of auther for filtering of tasks?
Files
add-author-group-filtering.patch (8.46 KB) add-author-group-filtering.patch | Takenori TAKAKI, 2024-02-09 03:24 | ||
7867-v2.patch (6 KB) 7867-v2.patch | Go MAEDA, 2024-08-18 06:36 |
Related issues
Updated by Etienne Massip almost 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use http://demo.redmine.org for testing purposes.
Updated by Etienne Massip almost 14 years ago
- Category set to Issues
- Status changed from Closed to Reopened
- Resolution deleted (
Invalid)
Sorry, my bad.
Updated by Mischa The Evil about 13 years ago
- Status changed from Reopened to Closed
- % Done changed from 20 to 0
- Resolution set to Duplicate
Updated by Fred Giusto almost 12 years ago
I think it's not closed.
Alex Belyaev asked to have "Author Group" in the add_filter_select field. We can filter with "Assignee group" but we can't filter with "Author Group". So we can't have the list of issues created by members of a selected group.
Im with redmine 2.2
Maybe we can do this but I don't how to...
Sorry for my english
Updated by Toshi MARUYAMA almost 12 years ago
Fred Giusto wrote:
Alex Belyaev asked to have "Author Group" in the add_filter_select field.
We can filter with "Assignee group" but we can't filter with "Author Group".
Exactly.
But, "Author Group" "Assignee group" is implemented by #2964 r6306.
So we can't have the list of issues created by members of a selected group.
Feel free to create a new issue.
Updated by Toshi MARUYAMA almost 12 years ago
- Status changed from Closed to Reopened
- Resolution deleted (
Duplicate)
Toshi MARUYAMA wrote:
Feel free to create a new issue.
I reopen this issue.
Updated by Toshi MARUYAMA almost 12 years ago
- Subject changed from Author group to Author group filtering
Updated by Fred Giusto almost 12 years ago
OK Thanks. "Author group filtering" is the good title.
Updated by Toshi MARUYAMA almost 11 years ago
- Related to Feature #16195: Role with Issue visibility Permission as "View Issues within current users' group" added
Updated by Alexandr Krutin over 7 years ago
Updated by Go MAEDA about 5 years ago
- Has duplicate Feature #32321: Issue filter: new filter: Author's Group added
Updated by Go MAEDA about 4 years ago
- Category changed from Issues to Issues filter
Updated by Takenori TAKAKI 11 months ago
+1
I made a patch to implement this feature
I attach a patch that can be tested with the latest trunk.
Updated by Go MAEDA 4 months ago
- File 7867-v2.patch 7867-v2.patch added
- Target version set to Candidate for next major release
I have updated the patch to use the association filter.
It can be achieved by just replacing add_available_filter("author_group", ...)
with add_available_filter("author.group", ...)
.
In this way, you don't need to update app/helpers/queries_helper.rb and config/locales/*.yml and can slightly simplify the patch.