= Ticket reminder plugin = == Description == This plugin allows configuration of reminders for tickets. Once installed and enabled users can add reminders to ticket: for particular date or for an interval. Then on that date a reminder is send to everybody subscribed to the ticket (normal notification rules. It provides two permissions: * `TICKET_REMINDER_VIEW` allows user to see which reminders are added to the ticket * `TICKET_REMINDER_MODIFY` allows user to add and delete reminders Users with `TICKET_ADMIN` permission also have above mentioned permissions. You should call `trac-admin` `reminders` command every day just after the midnight to process any pending reminders. For example, you can add this to your Cron configuration file `/etc/crontab`: {{{ 0 0 * * * www-data /usr/bin/trac-admin /path/to/your/trac/environment reminders }}} == Bugs/Feature Requests == Please use [https://github.com/mitar/trac-ticketreminder/issues GitHub] for any issues you have with TicketReminderPlugin. == Download == Download the zipped source from [https://github.com/mitar/trac-ticketreminder/archive/master.zip here]. == Source == You can clone TicketReminderPlugin from [https://github.com/mitar/trac-ticketreminder here] using git, or [https://github.com/mitar/trac-ticketreminder browse the source] on GitHub. == Installation == {{{ pip install TicketReminderPlugin }}} For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors == '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''