Skip to content

CasN/MantisKanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mantis Kanban

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.

Installation

Prerequisites

Note: MantisBT 1.3 is currently not supported

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)

Changelog

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.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.8%
  • CSS 8.2%
  • JavaScript 3.0%