OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/README.rdoc

697 B

= Backlogs Plugin for Redmine

This plugin provides a set of convenience capabilities for easier management of issues. Useful for scrum/agile teams especially during the backlog management, sprint planning, and daily stand-up activities.

= Installation

1. Copy plugin to vendor/plugins
2. Run rake db:migrate_plugins
3. Restart Redmine

= Chart Data Generator

You may schedule a cron job to run the rake task named redmine:backlogs_plugin:generate_chart_data. I recommend you run it a few minutes after midnight to ensure that your backlogs have data everyday even when no user views the charts.

= License

This plugin is released under the MIT license. See LICENSE for more information.