Patch #34700
Allow to use watch_by filter in the global issues list
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues filter | |||
Target version: | 4.2.0 |
Description
In #8160, we introduced the ability to filter by specific watchers (rather than just "me"). However, due to the permission check inside the Query#watcher_values
method, this capability was only available inside a project. In the global issues view, the filter still only offered "me".
The attached patch against current trunk (r20742) fixes this behavior to also offer all visible watchers on the global issues view. The patch is a git patch which can be applied with
patch -p1 < 0001-Allow-to-use-watch_by-filter-in-the-global-issues-li.patch
Related issues
Associated revisions
Allow to use watch_by filter in the global issues list (#34700).
Patch by Holger Just.
History
#1
Updated by Go MAEDA 21 days ago
- Related to Feature #8160: Extend watched_by_me-issue filter to include all project-members instead of only <<me>>-substitution added