Giter VIP home page Giter VIP logo

redmine_issue_reminder's Introduction

Redmine Issue Reminder

Plugin provides an easy to use interface to set up automatic email reminder to every project. Every reminder uses a custom query with all their filter options to select issues and performs periodical email transmission on a role basis.

Following intervals are possible:

  • Daily (Selecting interval from every 1st day until every 6th day)
  • Weekly (Selecting weekday)
  • Monthly (Selecting day of the month)

Installation - Linux (Tested on Ubuntu by Me)

Download the sources and put them to your vendor/plugins folder.

$ cd {REDMINE_ROOT}
$ git clone git://github.com/ascendro/redmine_issue_reminder.git vendor/plugins/redmine_issue_reminder

Migrate database.

$ rake db:migrate:plugins

(See also http://www.redmine.org/projects/redmine/wiki/Plugins )

For the periodical transmission a daily cron job has to be created:

$sudo crontab -e
0 6 * * * cd {REDMINE_ROOT} && rake reminder:exec RAILS_ENV="production" > /dev/null 2>&1

Restart Redmine

Run Redmine and have a fun!

The reminder functionality can be activated in each project as module and can be configured through the project menu entry "Reminder Settings". A special right needs to be configured in order to allow project member to edit reminder.

Installation - Windows (Tested on WinXP by Steven Wong)

Enviroment : Winxp + Redmine 1.2.X + Mysql 5.X

  1. Write a bat file such as these

########################################

echo on

cd {REDMINE_ROOT}

rake reminder:exec RAILS_ENV="production"

########################################

  1. config a schedule just follow this http://www.iopus.com/guides/winscheduler.htm

  2. then start the redmine server.

Troubleshouting

How can i customize the queries?

Take a look at the official documentation about custom queries: http://www.redmine.org/projects/redmine/wiki/RedmineIssueList#Custom-queries

I don't see the Reminder Settings

Add permission to Your user.

The issue reminder doesn't send mails

We use redmine internal mail send functions, therefore the outgoing email settings has to be set in config/emai.yml or config/configuration.yml

I can not use the windows scheduler (WinXP related)

You need to have a user password set for your windows user in order to use the windows scheduler.

(See also here: http://technet.microsoft.com/en-us/library/cc785125(WS.10).aspx )

Translations

  • de by Michael Kling
  • en by Boško Ivanišević
  • sr-YU by Boško Ivanišević
  • sr by Boško Ivanišević

Thanks for the contribution.

Changelog

0.0.1

  • initial release
  • matches the basic requirements

Screenshots

redmine_issue_reminder's People

Contributors

bosko avatar michael-jo-kling avatar michaelkling avatar

Watchers

 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.