Modify ↓
Opened 16 years ago
Closed 8 years ago
#3607 closed enhancement (wontfix)
Adapted trac-reminder to send one email per person w/their unresolved tickets
Reported by: | Owned by: | zerodeux | |
---|---|---|---|
Priority: | normal | Component: | TracReminderScript |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I modified trac-reminder to suit our needs. This is a diff against the upstream (0.9 ?) that changes the behavior from:
- Send one email w/a list of all new tickets to all email addresses fed on the command line
to:
- Send an email per person to each email address on the command line, with a list of that user's non-closed tickets
The hack is kind of dirty; I leave it for someone who cares more to merge both functionalities w/say getopt support to choose between them.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | trac-reminder-sendeach.diff added |
---|
comment:1 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated plugin has been removed.
Note: See
TracTickets for help on using
tickets.
patch to trac-reminder to send per-person emails of open tickets