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 2 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 1 year ago
+1
related to #6723
#3 Updated by Terence Mill over 1 year 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 over 1 year 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 over 1 year ago
#6 Updated by Nayuta Taga over 1 year ago
#7 Updated by Nayuta Taga over 1 year ago
#8 Updated by Terence Mill over 1 year ago
+1
#9 Updated by Anjali Hastha 12 months 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 12 months 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 12 months 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 12 months 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 12 months 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.