Project

General

Profile

Actions

This page will not be updated anymore, please use http://redmine.debuntu.org/projects/redmine-whining/wiki instead

Whining Plugin

A plugin that will email issue assignee when their issue has not been updated for a certain amount of days.

Installation and Setup

  1. Download the source from http://github.com/chantra/redmine_whining
  2. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to vendor/plugins/redmine_whining
  3. Create a cron job with a line similar to this:
     0 7 * * 1,2,3,4,5 www-data cd /path/to/redmine && /usr/bin/rake redmine:send_whining days=7 RAILS_ENV="production" 
     

License

This plugin is licensed under the GNU GPL v2. See LICENSE.txt for details.

Bug tracker

If you would like to report a bug, please use http://redmine.debuntu.org/projects/redmine-whining/issues

Updated by chantra . almost 14 years ago · 2 revisions