Actions
Defect #40412
closedIssue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When using the "Watched by: me" filter on the issue list, the filtered list will show all issues the current user is directly watching. The filtered list will also show issues watched via a group membership, but only for issues in a project the user has the view_issue_watchers
permission.
Files
Related issues
Updated by Marius BĂLTEANU 8 months ago
- Related to Feature #25515: View attachments on the issue list added
Updated by Marius BĂLTEANU 8 months ago
- Related to deleted (Feature #25515: View attachments on the issue list)
Updated by Marius BĂLTEANU 8 months ago
- Related to Feature #4511: Allow adding user groups as watchers for issues added
Updated by Marius BĂLTEANU 8 months ago
- File 0001-Filter-Watched-by-me-should-include-issues-watched-b.patch added
- Status changed from New to Confirmed
- Assignee set to Marius BĂLTEANU
- Target version set to 5.0.9
Indeed, filter "Watcher is me" should include issues watched by current user groups regardless the permission. The attached patch fixes this.
Updated by Marius BĂLTEANU 8 months ago
Also, the test coverage for this feature should be improved.
Updated by Marius BĂLTEANU 8 months ago
- File deleted (
0001-Filter-Watched-by-me-should-include-issues-watched-b.patch)
Updated by Marius BĂLTEANU 7 months ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Fix committed with one additional test.
Actions