Current version: 1.5.0 (Changelog)
Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects. Plugin tested in many browsers, but it's not working in IE.
- Register on demo (or use default scrumbler/scrumbler or user/user or test/test)
- Create project or use existing
- Try Scrumbler
Scrumbler supports the following:
- Drag & Drop to change the status of an issue, following the workflow
- Change the types of statuses/trackers displayed on the dashboard
- Hide issues in one status by clicking on column header
- Choose which version to display on the dashboard
- Configurable colors for issues displayed
- Scrum Points calculation and progress displayed on the dashboard
- Automatically set the due date for each issue, when it status changed to closed
- Easy to change assignee for issue on the dashboard
- Backlog for easy sprint composing with Drag & Drop
- Burndown chart
- Redmine 1.2.x, 1.3.x or 1.4.x
- ChiliProject 3.0.0
To install the Scrumbler please follow the steps outlined below.
Install the plugin in your Redmine plugins directory, name of directory must be redmine_scrumbler:
git clone git://github.com/256MbTeam/Redmine-Scrumbler.git vendor/plugins/redmine_scrumbler
Run migrations:
rake db:migrate:plugin NAME=redmine_scrumbler
Restart the Redmine:
You should now be able to see the plugin list in Administration -> Plugins and configure the Scrumbler plugin.
Browse to Scrumbler plugin directory.
cd $REDMINE_HOME/vendor/plugins/redmine_scrumbler
Update the plugin.
git pull
Execute plugin migrations.
rake db:migrate:plugin NAME=redmine_scrumbler
Restart the Redmine.
Browse to Redmine installation directory.
cd $REDMINE_HOME
Revert migrations
rake db:migrate:plugin NAME=redmine_scrumbler VERSION=0
Remove the plugin folder
rm -fr $REDMINE_HOME/vendor/plugins/redmine_scrumbler
- Steven.W - zh
- Terence Miller - de
- Vidal Arpin - fr
This project is licensed under GNU General Public License version 2.