Feature #5577
openAdd Watcher based on issue category
0%
Description
We'd like the ability to add certain people as watchers to issues in particular categories. The members should be able to unwatch if they choose. For example, user John wants to be added to all issues put into the "Marketing" category. When a new ticket is created in "Marketing" he should be added as a watcher and if a ticket is changed to "Marketing" he should be added as a watcher.
Files
Related issues
Updated by Brian Heasley about 14 years ago
+1
I'd like to see this feature expanded to allow a default watcher on all issues in a project as well.
Updated by Terence Mill about 13 years ago
Very useful just in case a team is formed around a category, and in case someone goes to holiday and his collegque shal overtahe his works(new issues) for a category.
+1
Updated by Nayuta Taga almost 13 years ago
- File category_watchers_patch-20120202-trunk_r8748.patch category_watchers_patch-20120202-trunk_r8748.patch added
I wrote a patch for this problem.
In the issue category settings,
we can select default watchers for the category.
Then in the new issue,
default watchers are checked and hilighted according to the category.
Updated by Nayuta Taga almost 13 years ago
Updated by Nayuta Taga almost 13 years ago
Updated by Anjali Hastha over 12 years ago
Any updates for ver 1.4? I am having trouble with code in patch related to app/views/issues/_form.html.erb
Updated by Nayuta Taga over 12 years ago
Anjali Hastha wrote:
Any updates for ver 1.4? I am having trouble with code in patch related to app/views/issues/_form.html.erb
I am working for new versions. Please wait a minute.
Updated by Nayuta Taga over 12 years ago
- File category_watchers_patch-20120602-trunk_r9748.patch category_watchers_patch-20120602-trunk_r9748.patch added
- File category_watchers_patch-20120602-branches_1.4-stable_r9748.patch category_watchers_patch-20120602-branches_1.4-stable_r9748.patch added
Patches for Redmine 1.4.2 and trunk.
I fixed some bugs in my previous patches, and added some tests.
Updated by Terence Mill over 12 years ago
Thanks for this patch. Hoever i think watching and following notification (mail) for al by user readable attribites (as category) shall be configurable by every user himself.
See also #8241
Updated by Nayuta Taga over 12 years ago
Terence Mill wrote:
Thanks for this patch. Hoever i think watching and following notification (mail) for al by user readable attribites (as category) shall be configurable by every user himself.
You are right.
I notice that my patches are not fulfill what this ticket's reporter wanted to do.
They simply simulate Bugzilla's category default CC.
Please forget them, sorry.
Updated by an an over 11 years ago
app/views/watchers/_new.html.erb
<% form_remote_tag :url => {:controller => 'watchers', :action => (watched ? 'create' : 'append'), - :object_type => watched.class.name.underscore, + :object_type => (watched_type ? watched_type.name.underscore : watched.class.name.underscore),
When create new issue, click Search for watchers to add and it does not add to the list.
And it does not work stable with redmine_anonymous_watchers plugin
Updated by Luís Fontes almost 10 years ago
I've just created a plugin to do it.
Hope it helps you
Updated by Fred B over 6 years ago
Any idea how to get that working on Redmine 2.4.3?
Updated by Go MAEDA almost 5 years ago
- Related to Feature #31826: Option to set the default watchers for each Category added