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.
-
Extract or clone the plugin to vendor/plugins as redmine_backlogs
-
Run
rake db:migrate_plugins
from RAILS_ROOT -
Restart Redmine
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.
This plugin has only been tested in the following environments:
-
Firefox 3.5.x Mac OS X
-
Redmine 0.8.4 (including a private fork based on 0.8.0)
This plugin is released under the MIT license. See LICENSE for more information.