forked from EvanOman/KanbanBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
The goal of this project is to write a Kanban front end plugin for the Bugzilla bug tracking system. For an example of Bugzilla see the associated website below
SalmanAA/KanbanBoard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project requires several things from your Bugzilla installation. 1. Bugzilla must be version 4.0 or higher. The Kanban Board has been tested on versions 4.0 and 4.2. 2. There is currently a bug in Bugzilla with an incorrect content length being returned from the XMLRPC.cgi when there are 2-byte characters in your bug fields. View https://bugzilla.mozilla.org/show_bug.cgi?id=486306 comment 36 for an unofficial workaround. 3. The sortkeys in your Bugzilla fields must be unique. (Unique to the field; you could have two different fields with a sort key of 100) 4. To keep track of which column the item is in, Bugzilla needs a custom field added, named 'whichcolumn' (which turns into 'cf_whichcolumn') with type "Drop Down". Values in it are the names of the columns (including big lists like Backlog or Archive) in which the cards will be placed. These are the bare minimum requirements.
About
The goal of this project is to write a Kanban front end plugin for the Bugzilla bug tracking system. For an example of Bugzilla see the associated website below
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 64.9%
- PHP 32.3%
- CSS 2.8%