Feature #5577
Add Watcher based on issue category
Status: | New | Start date: | 2010-05-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
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.
Related issues
History
#1
Updated by Brian Heasley over 12 years ago
+1
I'd like to see this feature expanded to allow a default watcher on all issues in a project as well.
#2
Updated by Nayuta Taga over 11 years ago
+1
related to #6723
#3
Updated by Terence Mill over 11 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
#4
Updated by Nayuta Taga about 11 years ago
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.
#5
Updated by Nayuta Taga about 11 years ago
#6
Updated by Nayuta Taga about 11 years ago
#7
Updated by Nayuta Taga about 11 years ago
#8
Updated by Terence Mill about 11 years ago
+1
#9
Updated by Anjali Hastha over 10 years ago
Any updates for ver 1.4? I am having trouble with code in patch related to app/views/issues/_form.html.erb
#10
Updated by Nayuta Taga over 10 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.
#11
Updated by Nayuta Taga over 10 years ago
- File category_watchers_patch-20120602-trunk_r9748.patch
added
- File 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.
#12
Updated by Terence Mill over 10 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
#13
Updated by Nayuta Taga over 10 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.
#14
Updated by an an over 9 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
#15
Updated by Luís Fontes about 8 years ago
I've just created a plugin to do it.
Hope it helps you
#16
Updated by Fred B almost 5 years ago
Any idea how to get that working on Redmine 2.4.3?
#17
Updated by Go MAEDA about 3 years ago
- Related to Feature #31826: Option to set the default watchers for each Category added