Skip to content

Latest commit

 

History

History
executable file
·
31 lines (17 loc) · 732 Bytes

File metadata and controls

executable file
·
31 lines (17 loc) · 732 Bytes

Redmine (www.redmine.org/) Overdue-Issues Notification Task

E-mail notification of overdue issues

GPL v2

This plug-in requires Redmine 2.x.

cd /opt/redmine/plugins
git clone https://github.com/buschmais/redminder redmine_overdue_notification_task

Add a cronjob to run every day at 7:00 AM:

root@debian:~# crontab -e

Add a line like this (on a single line) for notifications on weekdays at 7:00 AM for project ‘webshop’:

0 7 * * 1-5    cd /opt/redmine && rake --silent redminder:notify project=webshop RAILS_ENV=production

Options:

  • project => id or identifier of project (optional, default: all projects)