Redmine plugin that adds interactive kanban overview. Tested on Redmine 2.2.3, should work with Redmine 2.x+
Standard Redmine plugin installation instructions apply:
-
Get the plugin
cd #{RAILS_ROOT}/plugins git clone https://github.com/tutuf/simple_kanban.git
-
Restart Redmine
-
Go to Administration → Settings → Authentication and check Enable REST web service. THIS STEP IS IMPORTANT! Simple Kanban uses the JSON API to communicate with Redmine.
- Go to your project's Settings → Modules and check Simple Kanban.
- For best results we suggest renaming issue priorities to be composed of intuitive symbols only (e.g. ★, ★★, ★★★ or ♥, ♥♥, ♥♥♥ or even ☃, ☃☃, ☃☃☃).
- Adjust order tracker and issue priorities if you need (in Administration → Settings).
This plugin is intended to largely replace project's roadmap. The only thing it currently is able to do beside displaying neatly sorted issues is changing status by drag'n'drop.
This project is licensed under GNU General Public License version 2.