Issue Reminder for Assigne
Added by Marcel Appel 12 months ago
Hi everyone,
im searching for a issue reminder plugin in redmine wich is compatible with the 5.0 version.
It should automatically sent a reminder Email after a few days (what can be set differently) to the assignee for a specific tracker.
I have already found a few solutions, but they are not compatible with the 5.0. version.
For example:
https://github.com/Restream/redmine_reminder
Regards
Marcel
Replies (1)
RE: Issue Reminder for Assigne - Added by Holger Just 12 months ago
There is a built-in rake task you can use to send reminders for all users. You can run the rake task e.g. daily with cron. See RedmineReminderEmails for details.