Patch #9563
PATCH: Add per-tracker global cc for issue creation and update notifications
| Status: | New | Start date: | 2011-11-14 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
Hi,
at DragonFly BSD we are migrating the bug tracker from roundup to redmine. We have a setup where the bugtracker is deeply integrated with two mailing lists, bugs@ and submit@. As such, we like updates on issues going to their respective mailing list.
The attached patch adds a per-tracker CC email address to which all updates to that tracker (both new issues and updates/edits) will be sent to.
Cheers,
Alex
History
#1 Updated by Alex Hornung over 1 year ago
- File redmine_use_author_name_in_cc_from.patch
added
This second patch I have attached additionally sends out the name of the user who modified / added the issue in the From: field of the mail. This is very much desirable in a mailing list setup like ours. The patch is incremental, on top of the previous one.
Cheers,
Alex