On Monday, July 23, 2018 at 6:04:21 PM UTC-7, duong trung wrote: > > How to create an email notification when it expires *due_close* on trac? > Help me pls! > Thanks you! >
You'll need a trigger, so you could make a plugin with an IAdminCommandProvider that exposes a trac-admin command which uses the Trac API to run a database query and then sends the notification. The trac-admin command could then be run from a cron job. Implementation would be similar to PendingTicketPlugin: https://trac-hacks.org/wiki/PendingTicketPlugin - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
