Code Monkey home page Code Monkey logo

redmine_reminder's Introduction

Redmine Reminder plugin for Redmine

Plugin for Redmine project that sends notification to assignee if due date is coming.

Users can choose on which days before due date they want to be notified. Also users can create issues category and choose on which days before due date of issues in this category they want to be notified.

User setting is located at the user account page. User settings

Moreover, administrator can set default notification settings for new users. Default settings

Category settings is located at the category properties page ![Category Settings] (https://raw.github.com/Enkil/Redmine_Reminer/master/doc/category_settings.jpg)

Plugin also sends info about issues behind a schedule. Users cannot change this behavior.

Compatibility

  • redmine-2.x for Redmine 2.0 and higher

Installation

cd /home/user/path_to_you_app/
git clone git://github.com/Enkil/Redmine_Reminer.git plugins/redmine_reminder

For Redmine 2.x and higher

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Also you can read instructions on http://www.redmine.org/projects/redmine/wiki/Plugins

Sending notifications

You can send notifications manually:

cd /home/user/path_to_you_app
bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production

It is good idea to add the task to cron:

crontab -e
0 5 * * * cd /home/user/path_to_you_app && bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production &> /tmp/redmine_redmine_reminder.log

Learn more about cron at http://en.wikipedia.org/wiki/Cron

You should run this task only once a day.

License

This plugin is licensed under the GPLv2 license.

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.