alvila / redmine_reminder

Home Page:http://www.alvila.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Redmine Notifications

E-mail notification of issues due date you are involved in (Assignee, Author, Watcher)

Install

script/plugin install git://github.com/alvila/redmine_reminder.git

Usage

The plugin runs as a rake task so you have to set it up in cron or task sheduler

1 0 * * * root cd /opt/redmine && rake redmine:send_reminders_all days=1 project=test tracker=1 RAILS_ENV=production

There are 3 options you can set up

* days     => number of days to remind about (defaults to 7)
* tracker  => id of tracker (defaults to all trackers)
* project  => id or identifier of project (defaults to all projects)

About

http://www.alvila.com/


Languages

Language:Ruby 100.0%