acosonic / redmine_reminder

This plugin sends email notifications about due dates of issues you are involved in (as Assignee, Author, Watcher, or User selected in the custom field).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Redmine Notifications

Build Status Code Climate

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

Install

  1. Copy plugin directory into #{RAILS_ROOT}/plugins. If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like

     git clone https://github.com/Restream/redmine_reminder
    
  2. Run the following command to upgrade your database (make a db backup before).

     bundle exec rake redmine:plugins:migrate RAILS_ENV=production
    
  3. Restart Redmine

You can also follow plugin installation procedure at http://www.redmine.org/wiki/redmine/Plugins.

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 RAILS_ENV=production

You can setup options in administration menu.

Reminder options in administration menu

Compatibility

This version supports redmine 4.x.

About

This plugin sends email notifications about due dates of issues you are involved in (as Assignee, Author, Watcher, or User selected in the custom field).


Languages

Language:Ruby 83.8%Language:HTML 13.7%Language:JavaScript 2.1%Language:CSS 0.3%