[[PageOutline(2-5,Contents,pullout)]] = Trac Kanban Board == Description Wiki macro for managing tickets with agile [http://en.wikipedia.org/wiki/Kanban_(development) Kanban method]. Add `KanbanBoard` macro to wiki page and use it to prioritize and manage tickets in the project. Key features: - Define board columns and how they map to ticket states - Change ticket state by dragging tickets on the board - Add existing tickets to board by drag-and-dropping ticket links - Create new tickets directly from board - View and modify ticket fields (summary, description, etc.) and add comments from ticket detail dialog - Define what ticket fields are visible on ticket detail dialog == Source, instructions and bug reports For the latest version, see pypi:TracKanbanBoard/0.2 . == Example Add the following to your wiki page: {{{ {{{ #!KanbanBoard height=250px { "columns": [ { "id": 1, "name": "New", "states": ["new"], "tickets": [23, 24, 25], "wip": 3 }, { "id": 2, "name": "Ongoing", "states": ["assigned", "accepted", "reopened"], "tickets": [21], "wip": 3 }, { "id": 3, "name": "Done", "states": ["closed"], "tickets": [22], "wip": 5 } ], "fields": [ "status", "priority" ] } }}} }}} will yield something akin to the following: [[Image(board.png, 600)]] == Author/Contributors '''Author:''' [wiki:tracmultiproject] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''