Plugins Directory » Kanban (Agile) board
Author: | Roman Petrenko | |
---|---|---|
Website: | https://redmine-kanban.com/plugins/kanban | |
Code repository: | https://redmine-kanban.com/plugins/kanban | |
Registered on: | 2022-10-23 (about 2 years ago) | |
Current version: | 2.2.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x | |
User ratings: |
Powerful Kanban board.¶
Key features:¶
- Detail view of issue on a modal board
- Quick filters
- Task blocking
- Changing the status on the board
- Subcolumns
- Board saving
- Swimlanes
- WIP limits
- Custom colums
Find out more on our website
Try our demo¶
Installation notes
- Copy the redmine_kanban plugin folder to the plugins/ folder. The current version does not support operation if redmine is installed in a subdirectory (for example http://example.com/redmine /). It is necessary that redmine is installed at the root (for example http://redmine.example.com / or on a separate port http://example.com:8080 /).
- Run migrations in redmine root folder.
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_kanban
- Stop and start Redmine.
sudo /etc/init.d/apache2 stop && sudo /etc/init.d/apache2 start
- In some redmine installations (for example, when working in docker), it is important to stop and start the redmine server, and not restart it. Sometimes, when restarting, the boards are not displayed.
Changelog
2.2.0 (2023-11-30)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x.
- improve quick filters
- swimlanes
1.2.0 (2022-12-19)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x.
- partially translations to many languages (French, German, Italian, Spanish and others)
- improved appearance
- improved filters on kanban board
- added display of related tasks and subtasks on the board
- added display of custom fields on kanban board
1.1.3 (2022-10-23)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x.