Project

General

Profile

Plugins Directory » Scrumbler

Author: Alexandr Andrianov
Website: https://github.com/256MbTeam/Redmine-Scrumbler
Code repository: https://github.com/256MbTeam/Redmine-Scrumbler
Registered on: 2012-01-31 (about 12 years ago)
Current version: 1.5.0
Compatible with: Redmine 1.2.x, 1.3.x
User ratings:   (0)

Changelog Documentation How to contribute

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.

Demo
http://demo.nishisha.net/

  • Register on demo
  • Create project or use existing
  • 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

TODO

  • Daily reporting for issue assignments
  • Points limit for every sprint

Getting help

Installation notes

To install the Scrumbler please follow the steps outlined below.

Install the plugin in your Redmine plugins directory:

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.

Changelog

1.5.0 (2012-03-05)

Compatible with Redmine 1.2.x, 1.3.x.

  • Subtasks don't provide scrum points to sprint
  • Display subtasks in dashboard
  • Don't show issues in backlog that cannot be assigned to the selected sprint

1.4.3 (2012-02-20)

Compatible with Redmine 1.2.x, 1.3.x.

  • Quick issue creation in backlog
  • Added rules and permissions to backlog
  • Fixed. In backlog shows closed task without version
  • Support for Chiliproject 3.0
  • Added. Fact close date field in sprint
  • Added. Limit sprint by points

1.4.2 (2012-02-16)

Compatible with Redmine 1.2.x, 1.3.x.

  • Refactor. Migrations.
  • Highstock library upgraged to 1.1.4
  • Fixed. Bugs in JS

1.4.1 (2012-02-14)

Compatible with Redmine 1.2.x, 1.3.x.

  • Fixed. Custom points values avaiable in points editor in backlog
  • Fixed. Bug with SQLite serialization
  • Hide Points editor on click

1.4.0 (2012-02-13)

Compatible with Redmine 1.2.x, 1.3.x.

  • Fixed. Issue journal dont created.
  • Fixed. Back from sprint settings to dashboard in not opened sprint.
  • Fixed. Burndown don't work with Postgres.
  • Fixed. Routes in sprint dashboard.
  • Closing sprints with moving issues to backlog.

1.3.2 (2012-02-10)

Compatible with Redmine 1.2.x, 1.3.x.

  • Fixed bug with custom fields
  • New backlog
  • You can edit points field from admin menu
  • Some bug fixes
  • Added documentation

1.3.1 (2012-02-07)

Compatible with Redmine 1.2.x, 1.3.x.

  • Fix bugs with links on dashboard

1.3.0 (2012-02-06)

Compatible with Redmine 1.2.x, 1.3.x.

  • Create statistic page with burndown chart
  • Fix bugs with sprint update
  • Remove bulk sprint edit
  • Fix routing bugs
  • Scrum points for issues can be edited in backlog view
  • Added zh.yml
  • Added de.yml

1.2.1 (2012-02-01)

Compatible with Redmine 1.2.x, 1.3.x.

  • Added changelog to project
  • Fix bug with pre-enabling plugin in project creation
  • Only one sprint can be opened at the same time
  • In a closed sprint not allowed add and edit tasks
  • Sprint has start and end dates

1.2 (2012-01-31)

Compatible with Redmine 1.2.x, 1.3.x.