Opened 5 years ago
Last modified 16 months ago
#3565 new enhancement
Email notification for inactive tickets
| Reported by: | iaindb@… | 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 (6)
comment:1 follow-up: ↓ 2 Changed 5 years ago by hrj
comment:2 in reply to: ↑ 1 Changed 5 years ago by iaindb@…
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 4 years ago by rjollos
- Summary changed from email whining to Email notification for inactive tickets
comment:4 Changed 4 years ago by iaindb@…
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:5 Changed 4 years ago by rjollos
See also #5620.
comment:6 Changed 16 months ago by hasienda
- 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.


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