Ticket #3269 (closed enhancement: duplicate)
cc only on substantial changes
| Reported by: | fumanchu@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.9b1 |
| Severity: | normal | Keywords: | cc notification email |
| Cc: |
Description
We've started using Trac for generic project management at my company. I've got several custom fields for tracking hours worked, estimates, cost, etc. These all work great.
Partly due to the number of custom fields, some of my users have complained that the number of emails being sent from Trac is overwhelming, to the point of "boy who cried wolf" syndrome; that is, they're being deleted without being read. I think the majority of that complaint can be resolved in my case by sending notifications to names in the CC list only if the ticket.get_changelog() contains 'comment' or 'description' changes. The owner and reporter will still be notified on all changes.
Patch attached which uses a config entry to accomplish this.


