[[PageOutline(2-5,Contents,pullout)]] = Send reminders to owners and subscribers of tickets == Description This plugin allows you to set up reminders for tickets. Once installed and enabled users can add reminders to a ticket: for a particular date or for an interval. Then on that date a reminder is sent to everybody subscribed to the ticket, using 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 the `trac-admin reminders` command every day just after 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/trac/environment reminders }}} == Bugs/Feature Requests Please use [https://github.com/trac-hacks/trac-ticketreminder/issues GitHub] for any issues you have with TicketReminderPlugin. == Download Download the zipped source from [https://github.com/trac-hacks/trac-ticketreminder/archive/master.zip here]. == Source You can clone TicketReminderPlugin from [https://github.com/trac-hacks/trac-ticketreminder here] using git, or [https://github.com/trac-hacks/trac-ticketreminder browse the source] on GitHub. The plugin is also available on [pypi:TicketReminderPlugin PyPI]. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. For this particular plugin, you can also run the following command: {{{#!sh $ pip install TicketReminderPlugin }}} == Author/Contributors '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''