Giter VIP home page Giter VIP logo

redmine_duedate_reminder's Introduction

Advanced Redmine Notifications

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

Install

script/plugin install git://github.com/jedix/redmine_duedate_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_duedate_reminders_all days=1 project=test tracker=1 RAILS_ENV=production

Available options:

* days     => number of days to remind about (defaults to 5)
* tracker  => id of tracker (defaults to all trackers)
* project  => id or identifier of project (defaults to all projects)
* assignees=> [0,1] include assigned issues (defaults to 1)
* authors  => [0,1] include created issues (defaults to 0)
* watchers => [0,1] include watched issues (defaults to 0)
* cc       => send a copy of each message to this address (no copy per default)

redmine_duedate_reminder's People

Contributors

alvila avatar

Stargazers

John Lin avatar

Watchers

John Lin avatar James Cloos avatar  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.