Project

General

Profile

Plugins Directory » Redmine Mail Reminder

Author: Jethro Yu
Website: https://github.com/Hopebaytech/redmine_mail_reminder
Code repository: https://github.com/Hopebaytech/redmine_mail_reminder.git
Registered on: 2015-03-20 (about 9 years ago)
Current version: 3.0.3
Compatible with: Redmine 3.0.x, 2.6.x, 2.5.x
User ratings:   (8)

This plugin is original from discussion http://www.redmine.org/boards/3/topics/27087 made by Michael Kling ,
I have forked it and try to maintain this plugin.

Description

Because we didn't like to configure rake tasks for email reminders for every project needs and it also lacked some specific filters - we decided to create our own reminder plugin.

Only one cron job has to be created which handles all the remindes which are easily configurable in the redmine system by any user who owns the specific rights.

Reminders can be configured per project, they are selecting the issues which it should remind via a custom query (so you are free to select whatever conditions you want).

It is possible to send the reminder daily (define interval every 1st-every 6th), weekly (define weekday) or monthly (define day of month) to specific roles inside the project. (See also screenshot for that)

Any feedback is welcome :)

Screenshots

Installation notes

You can download the plugin here: https://github.com/Hopebaytech/redmine_mail_reminder
Installation instructions are given in the readme.

Changelog

3.0.3 (2015-05-13)

Compatible with Redmine 3.0.x, 2.6.x, 2.5.x.

Branch redmine3.0 for 3.0.x
Branch redmine2.6 for 2.5.x, 2.6.x

At 2015/05/13 (2.6/3.0 Branch) this plugin is renamed from redmine_issue_reminder to redmine_mail_reminder, in order to avoid conflict with existed redmine_issue_reminder.

  1. rename your redmine_issue_reminder directory ({REDMINE_ROOT}/plugins/redmine_issue_reminder) to redmine_mail_reminder
  2. connect to your redmine's SQL database
  3. run the following SQL script
    update schema_migrations set version=replace(version, 'redmine_issue_reminder', 'redmine_mail_reminder') where version like '%redmine_issue_reminder%';
  4. run the following SQL script
    update settings set name=replace(name, 'issue', 'mail') where name = 'plugin_redmine_issue_reminder';
  5. pull new version source from github
  6. run the following rake
    rake redmine:plugins:migrate NAME=redmine_mail_reminder
    restart your web server (usually /etc/init.d/apache2 restart)

2.6.5 (2015-05-13)

Compatible with Redmine 2.6.x, 2.5.x.

At 2015/05/13 (2.6/3.0 Branch) this plugin is renamed from redmine_issue_reminder to redmine_mail_reminder, in order to avoid conflict with existed redmine_issue_reminder.

  1. rename your redmine_issue_reminder directory ({REDMINE_ROOT}/plugins/redmine_issue_reminder) to redmine_mail_reminder
  2. connect to your redmine's SQL database
  3. run the following SQL script
    update schema_migrations set version=replace(version, 'redmine_issue_reminder', 'redmine_mail_reminder') where version like '%redmine_issue_reminder%';
  4. run the following SQL script
    update settings set name=replace(name, 'issue', 'mail') where name = 'plugin_redmine_issue_reminder';
  5. pull new version source from github
  6. run the following rake
    rake redmine:plugins:migrate NAME=redmine_mail_reminder
    restart your web server (usually /etc/init.d/apache2 restart)

3.0.0 (2015-03-20)

Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.0.x.

User ratings

  by Виктор Воеводский over 4 years ago

  by Chris Lee almost 8 years ago

This plugin provides the much need functionality to remind of unassigned issues, however it doesn't appear to work with redmine > 3.1 Would be great if it was updated to support the new versions

  by Bruno Alineri about 8 years ago

Excellent Plugin!

  by Entwicklung AMIT about 8 years ago

This plugin is very helpful, but it does not work, inspite of correct configuration. Is there an update for redmine 3.1 and upper?

  by Seungyoon Lee over 8 years ago

This is what I found! I edited rake reminder to do my work. It works fine! But I'll try this plugin. Thanks!

  by Yan Charnyy over 8 years ago

Отличный и простой плагин. Требуется только настройка крон задачи) Остальное все делается из плагина.

  by Thierry Brochu about 9 years ago

Great idea and will be very useful to get organized

  by Stanislas Dourdin about 9 years ago

A must-have plugin to ease management of your issues.