Opened 17 years ago
Closed 17 years ago
#1957 closed enhancement (worksforme)
"assign to" email notification
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | highest | Component: | Request-a-Hack |
Severity: | critical | Keywords: | |
Cc: | sam@… | Trac Release: | 0.10 |
Description
a useful feature would be to automaticly notificate the "assign to"-user by email. is there anybody who can help me by making such a hack for trac?
thx n' greetz
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
Component: | TracHacks → Request-a-Hack |
---|---|
Owner: | changed from Alec Thomas to anonymous |
comment:2 Changed 17 years ago by
Also, we use the following options:
[notification] always_notify_owner = true always_notify_reporter = true
However when changes are made via XMLRPC emails are not sent out. Perhaps there is something else I should be doing? Could ticket.upate() be made to trigger emails. Seems like it should do the same things as a normal web-form ticket update.
comment:3 Changed 17 years ago by
Just posted a comment as "annoymous" so reposting with my email so I get added to the CC list.
comment:4 Changed 17 years ago by
Cc: | sam@… added; anonymous removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Just setting [notification] always_notify_owner = true does this. I'll allow further customizability with AnnouncerPlugin soonish-like. But /this/ request is in the core.
Making this a RequestaHack.
I assume you've looked at the EmailtoTracScript?