Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/256MbTeam/Redmine-Scrumbler

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.
https://github.com/256MbTeam/Redmine-Scrumbler

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

Scrumbler
=========

Current version: 1.5.0 ([Changelog](/256MbTeam/Redmine-Scrumbler/blob/master/CHANGELOG.md))

[Documentation](https://github.com/256MbTeam/Redmine-Scrumbler/wiki/Documentation-and-overview)

[How to contribute](https://github.com/256MbTeam/Redmine-Scrumbler/wiki#wiki-contribute)

Easy to use plugin for [Redmine](http://www.redmine.org/). 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.

Demo
-----
http://demo.nishisha.net/

1. Register on demo _(or use default scrumbler/scrumbler or user/user or test/test)_
2. Create project or use existing
3. Try Scrumbler

Features
--------

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

Supported versions
------------

* Redmine 1.2.x, 1.3.x or 1.4.x
* ChiliProject 3.0.0

Installation
------------

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.

Upgrading
---------

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.

Uninstalling
------------

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

Authors
-------

* [Andrianov Alexandr](http://github.com/zloydadka)
* [Kotenko Ivan](http://github.com/xeta)

Sponsors
--------

* [RDTEX](http://rdtex.ru/)

Translations
------------

* [Steven.W](https://github.com/archonwang) - zh
* [Terence Miller](https://github.com/cforce) - de
* Vidal Arpin - fr

License
-------

This project is licensed under GNU General Public License version 2.