Opened 16 years ago
Last modified 8 years ago
#3565 new enhancement
Email notification for inactive tickets
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | notification overdue |
Cc: | Trac Release: | 0.11 |
Description
I propose an email whining plugin - where emails are automatically sent every <period> (week, month, etc), for certain ticket queries. eg. email reminders to owners monthly for tickets where the "last modified" date is over 30 days ago. email body should be customisable (eg "update this ticket or I'll bite your knee caps off".)
I administer a small-ish corporate Trac (<5 devs, <20 users, <200 tickets) and I find that the owners tend to forget that they have outstanding tickets. I have a custom report to sort active tickets by last modified date, and manually email people, but this is getting harder as active tickets gets larger!
Thoughts? Thanks!
Attachments (0)
Change History (7)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Replying to hrj:
Good idea. Do implement it.
I was hoping someone else would get excited and do it! It won't happen quickly if I'm going to do it, which is fine. Just wanted to raise the idea.
comment:3 Changed 15 years ago by
Summary: | email whining → Email notification for inactive tickets |
---|
comment:4 Changed 15 years ago by
Just a comment that this would ideally be per-user, not per-ticket.
I think bugzilla has a similar feature called whining (not that I'm implying trac does/doesn't/should/shouldn't want to be like bugzilla :)
Unfortunately my company pulled the plug on trac, and went for a 1000x more complex task tracking software that takes ages to load and doesn't do what you want... So I won't be pushing this one anymore.
comment:6 Changed 13 years ago by
Keywords: | notification overdue added |
---|
You could re-use the PendingTicketPlugin with a different script, that only touches tickets to trigger a notification instead of purging them.
comment:7 Changed 8 years ago by
There is also TicketReminderPlugin.
The tracreminderscript no longer exists.
Good idea. Do implement it.
Here is a simple shell script to do that, but it sends one email per ticket: http://trac-hacks.org/browser/tracreminderscript/0.9/trac-reminder