Actions
Feature #16934
openAdd optional journal entries for watcher add/removal
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
       Updated by Rafał Lisowski over 11 years ago
      Updated by Rafał Lisowski over 11 years ago
      
    
    We needed similar functionality and created: https://github.com/efigence/redmine_accounting
       Updated by Go MAEDA over 8 years ago
      Updated by Go MAEDA over 8 years ago
      
    
    - Related to Feature #9122: Tracking adding/removal of watchers in the ticket history added
Actions