public
Description: Redmine plugin for scrum/agile teams
Homepage: backlogs
Clone URL: git://github.com/relaxdiego/backlogs.git
name age message
file CREDITS.txt Thu Oct 08 06:12:39 -0700 2009 Important credits :-) [relaxdiego]
file LICENSE.txt Mon Nov 23 18:40:55 -0800 2009 Change license from MIT to GPL v2 Changed the ... [relaxdiego]
file README.rdoc Mon Nov 23 18:40:55 -0800 2009 Change license from MIT to GPL v2 Changed the ... [relaxdiego]
directory app/ Wed Sep 16 23:26:26 -0700 2009 Remove pound sign in issue id [relaxdiego]
directory assets/ Mon Nov 23 18:40:55 -0800 2009 Change license from MIT to GPL v2 Changed the ... [relaxdiego]
directory config/ Fri Aug 21 01:16:54 -0700 2009 #29 Log item changes to the journal [relaxdiego]
directory db/ Mon Aug 17 19:21:24 -0700 2009 - Fix migration sequence [relaxdiego]
file init.rb Thu Sep 03 01:37:57 -0700 2009 * Do a proper authorization check in controller... [relaxdiego]
directory lib/ Mon Aug 24 15:27:57 -0700 2009 Implement the removal of Backlog and Item [relaxdiego]
file routes.rb Mon Aug 17 18:05:41 -0700 2009 - First import into new repo [relaxdiego]
directory test/ Mon Sep 07 16:43:13 -0700 2009 Add "items." prefix to database calls This all... [relaxdiego]
README.rdoc

Backlogs Plugin for Redmine

A scrum/agile tool. Useful for product planning, sprint planning, and daily stand-ups. For a quick demo try backlogsdemo.morphexchange.com/projects/demo/backlogs by logging in as demo/demo

Installation

  1. Extract or clone the plugin to $REDMINE_CORE/vendor/plugins as redmine_backlogs
  2. Run rake db:migrate_plugins from RAILS_ROOT
  3. Restart Redmine

Settings

You will need to enable the Backlogs module per project via Settings > Modules. Also, make check that the right roles have permission to use the module by going to Administration > Roles and Permissions > Permissions Report.

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.

Reporting Bugs and Getting Help

Go to the #redmine (freenode) channel in IRC for questions. Bugs and feature requests may be filed at backlogsplugin.morphexchange.com/projects/redmine-backlogs

Compatibility

This plugin has only been tested in the following environments:

  • Firefox 3.5.x Mac OS X
  • Redmine 0.8.4
  • PostgreSQL 8.2.6 (Might work with other databases and version but I’ve not tested it fully yet)

License

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