Feature #2716
Automatically add assignee to watchers
| Status: | New | Start date: | 2009-02-11 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Issues | |||
| Target version: | - | |||
| Resolution: |
Description
- Alice opens the issue and assigns it to Bob.
- Bob needs information from Carol and reassigns the issue to her. Bob forgets to add himself to the watchers.
- Carol replies but forgets to assign the issue back to Bob. Bob is not the originator, the assignee, or a watcher, and is not notified.
Related issues
History
#1 Updated by Teddy L over 4 years ago
- File redmine_auto_watch.7z added
You can use the plugin i made to do that if you want.
#2 Updated by Ве Fio over 4 years ago
Thank you!
#3 Updated by Jerome Vanthournout over 4 years ago
+1
I love this feature. For me, it seems mandatory to define the assignee as a watcher per default. Then, if the assignee wants, he can change the watcher status.
Would it be possible to integrate it in the next release (v0.9 ?)
#4 Updated by Jerome Vanthournout about 4 years ago
Hi Teddy,
I wanted to try your plugin on v0.8.1. I have copied the folder redmine_auto_watch in the vendor/plugins folder, ran rake db:migrate_plugins and restart my server.
I can see your plugin in the administration plugin list.
But, when I assign a issue to user1, it is not automatically added as a watcher.
So, your plugin does not work for me. Do you know if it comes from the redmine version used, or if I missed something ?
#5 Updated by Teddy L about 4 years ago
Jerome Vanthournout wrote:
...
Hi,
I just tried with 0.8.1 and it's still working.
The test1 user should not be the author of your test issue (author always receive notifications), and check your View watchers list rights.
And for info, rake db:migrate_plugins is not needed because i didn't make db modifications.
#6 Updated by Jerome Vanthournout about 4 years ago
Hi Teddy,
Ok, it works now.
Thanks for your plug-in which should be integrated in the trunk version.
#7 Updated by Vitaliy Ischenko almost 4 years ago
- File 101-autowatch_plugin.patch
added
There is one issue with plugin - when assigne_to is nil
Simple fix follows
#8 Updated by Ryan Cross about 2 years ago
I don't seem to be able to link tickets.
See also #1737
#9 Updated by Etienne Massip about 2 years ago
- Category set to Issues
#10 Updated by Michael Wu over 1 year ago
Hi,
Do you think when a user not in the watchers list updates the issue, should him/her be added to the watchers list automatically?
Sometimes I when I gives feedback to an issue that I am not part of, I might forget to add the issue to my watch list. But I think most of the time the user would like to watch the issue by default if he joins the discussion.
Thanks,
Michael
#12 Updated by # And 27 days ago
Try it out: https://github.com/logical-and/redmine_auto_watch. Watchers added on issue update and issue create from: author, assignee, previous assignee if any.