Feature #16934
Add optional journal entries for watcher add/removal
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
Make a global (or project-based) setting for adding journal entries when one adds/removes a watcher.
Giving the code a quick look, it feels like this could be implemented by adding some logic to the "set_watcher" method in app/controllers/watchers_controller.rb to create a Journal entry.
I am currently implementing the functionality on top of the Redmine Watcher Group plugin http://www.redmine.org/plugins/redmine_watcher_groups (for which I also have a need, but this is unrelated to the current issue) with a patch object, but this feels like it would be more appropriate within core features.
Related issues
History
#1
Updated by RafaĆ Lisowski over 8 years ago
We needed similar functionality and created: https://github.com/efigence/redmine_accounting
#2
Updated by Go MAEDA over 5 years ago
- Related to Feature #9122: Tracking adding/removal of watchers in the ticket history added