Project

General

Profile

Actions

Kanban Plugin

The Redmine Kanban plugin is used to manage issues according to the Kanban system of project management.

Features

  • Global Kanban page showing the status of issues across projects
  • Multiple "Panes" to show the lifecycle of an issue
    • Incoming Pane
    • Unstaffed Backlog pane
    • Quick Tasks pane - issues without a time estimate
    • Selected Tasks - Manager prioritized list
    • Active Staffed Requests - issues in progress
    • Testing Staffed Requests - issues awaiting testing
    • Finished Requests
  • Updates to Kanban view are saved to the issues
    • Issue status
    • Issue assignment
    • Issue start date

Screenshot:

Getting the plugin

A copy of the plugin can be downloaded from Little Stream Software or from GitHub

Installation and Setup

  1. Install the aasm gem: sudo gem install aasm
  2. Follow the Redmine plugin installation steps. Make sure the plugin is installed to vendor/plugins/redmine_kanban
  3. Run the plugin migrations rake db:migrate_plugins
  4. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
  5. Login and configure the plugin (Administration > Plugins > Configure). See below for the recommend approach.
  6. Click the Kanban link in the top left menu

Usage

This plugin requires some configuration so it knows your specific Redmine environment. The Readme shows a recommended configuration that I used during development. Future versions will allow more customizations like turning off some of the panes.

Once configured, there will be a Kanban link on the top left menu. This will bring up Kanban page, which has the entire logic of the plugin. Make sure you have Javascript enabled and then start drag and dropping the issues. As issues are dragged to the right panes, their statuses will be updated inside Redmine.

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

Project help

If you need help you can contact the maintainer on the bug tracker located at https://projects.littlestreamsoftware.com.

News

0.1.1 Release announcement
0.2.0 Release announcement

Updated by Eric Davis about 13 years ago · 4 revisions