Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 864 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 864 Bytes

Redmine FollowUp

FollowUp for Redmine bumps a tickets priority after certain datecondition is met. It allows for configuration of bumped status and journal message.

Installation

script/plugin install git://github.com/Nix-wie-weg/redmine_follow_up.git

Add this line to your crontab:

0  6 * * *      cd /var/www/your_redmine_host/current && RAILS_ENV=production bundle exec rake follow_up:process

Configuration

You can fully configure the plugin in the Redmine plugins pane.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Send us a pull request. Bonus points for topic branches.

Credits

Copyright

Copyright © Nix-wie-weg® GmbH & Co. KG. See LICENSE for details.