Giter Club home page Giter Club logo

redmine_reminder's Introduction

Redmine Reminder

Issue reminder plugin for redmine. Sends email notifications for open issues to the assigned user, project manager or a fallback email address.

Features

  • Send a reminder email to the assigned user of the open issue
  • If no user is assigned to the issue the email address of the project manager is used
  • If no project manager email address is available a fallback email address is used
  • send a notification email to the project manager if a new issue was created
  • send notifications by email and sms if an issue with a pre defined priority was created

Getting the plugin

A copy of the plugin can be downloaded from GitHub: http://github.com/jfqd/redmine_reminder

Installation

To install the plugin clone the repro from github and migrate the database:

cd <into your redmine root directory>
git clone git://github.com/jfqd/redmine_reminder.git vendor/plugins/redmine_reminder
rake redmine:plugins:migrate RAILS_ENV=production

To uninstall the plugin migrate the database back and remove the plugin:

cd <into your redmine root directory>
rake redmine:plugins:migrate NAME=redmine_reminder VERSION=0 RAILS_ENV=production
rm -rf vendor/plugin/redmine_reminder

Further information about plugin installation can be found at: http://www.redmine.org/wiki/redmine/Plugins.

Usage Notification

  • add the custom field 'notification-mail-addresses' to a project in the project configuration and add one or more email addresses separated by a comma
  • add the custom field 'notification-mail-priority' to a project in the project configuration and add an id (!) of a trigger priority
  • add the custom field 'notification-sms-phone-numbers' to a project in the project configuration and add one or more mobile phone numbers separated by a comma
  • add the custom field 'notification-sms-priority' to a project in the project configuration and add an id (!) of a trigger priority

Usage Reminder

To use the reminder functionality you need to

  • add the project manager email-address to the custom field 'pm-email' of each project
  • add a cronjob. The following syntax is for ubuntu linux:
45 4 * * * redmine /usr/bin/rake -f /path/to/redmine/Rakefile redmine:reminder:send_notification project=project_identifier [email protected] 1 > /dev/null

Compatibility

The latest version of this plugin is only compatible with Redmine 2.4.x.

License

This plugin is licensed under the MIT license. See LICENSE-file for details.

Copyright

Copyright (c) 2012-2013 Stefan Husch, qutic development. The development has been fully sponsored by netz98.de

redmine_reminder's People

Contributors

jfqd avatar

Watchers

James Cloos avatar Deni Setiawan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.