Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/256MbTeam/Redmine-Scrumbler
- Owner: 256MbTeam
- License: gpl-2.0
- Created: 2011-09-29T12:29:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T13:50:07.000Z (almost 7 years ago)
- Last Synced: 2024-07-18T21:59:05.578Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 2.51 MB
- Stars: 112
- Watchers: 13
- Forks: 41
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 ScrumblerFeatures
--------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 chartSupported versions
------------* Redmine 1.2.x, 1.3.x or 1.4.x
* ChiliProject 3.0.0Installation
------------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_scrumblerRun 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 migrationsrake db:migrate:plugin NAME=redmine_scrumbler VERSION=0
Remove the plugin folderrm -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 - frLicense
-------This project is licensed under GNU General Public License version 2.