Reminder and due date
Added by herbert koelman over 14 years ago
Hello,
Apparently reminders are only sent for issues having a due date entered.
Is there a way to to have the reminder facility (rake redmine:send_reminders) use the version's due date as fallback behavior ?
In short reminders would be sent (rake redmine:send_reminders days=7 project="lab" RAILS_ENV="production"):- for issues with due date in the given range set by the days parameter.
- for issues with due date of the associated version (roadmap) is in the given range set by the days parameter.
Replies (3)
RE: Reminder and due date - Added by Felix Schäfer over 14 years ago
There is plugin to set the due date of tickets to the date of a version if no due date is set, this could solve your problem.
RE: Reminder and due date - Added by herbert koelman over 14 years ago
Do you know where I can get/download this plugin ?