This is a fork of the original MantisKanban plugin which can be found here: https://github.com/thinksentient/MantisKanban Since the plugin is not maintained and didn't work "out of the box" I've decided to fork, fix and extend it a bit.
Prerequisites
- MantisBT 1.2 or higher
- jQuery plugin 1.6.2 or higher
Note: MantisBT 1.3 is currently not supported
A version for Mantisbt 2.x can be found under the Mantisbt2.x branch: https://github.com/mantisbt-plugins/MantisKanban/blob/MantisBT2.x
Setup
- Upload the "MantisKanban" folder to your Mantis "plugins" folder
- Activate the plugin in your Mantis backend
- edit "pages/kanban_page.php" and define at least your desired columns and "wip" limits. (see the "$columns" array)
New features in version 1.2.:
- make use of the default states
- filter directly in the kanban view
- change user on the ticket
- drag&drop of tickets
- styled the readme
New features in version 1.1.:
- fixed the base plugin, should run now "out of the box"
- added AJAX support: you can now change the ticket status from the Kanban board via AJAX dropdown
- made the tickets sortable by date or by priority
- added alternative / optional view for "All projects" (separate row for each project)
- added "work in progress" limits per column - if limit is reached, the column becomes red
- made column titles multilingual
- uses the most important filters from the general list view in Mantis (selected user etc.)