wiki:TrackKanbanBoardMacro

Version 3 (modified by tracmultiproject, 11 years ago) (diff)

--

Trac Kanban Board

Description

No image "board.png" attached to TrackKanbanBoardMacro

Wiki macro for managing tickets with agile Kanban method. Add KanbanBoard macro to wiki page and use it to prioritize and manage tickets in the project.

Main 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

http://projects.developer.nokia.com/TracKanbanBoard

Example

{{{
#!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": [], "wip": 5 }
  ],
  "fields": [
    "status", "priority"
  ]
}
}}}

Recent Changes

ChangeLog macro failed
No node trackkanbanboardmacro at revision 18622

Author/Contributors

Author: tracmultiproject
Maintainer: tracmultiproject
Contributors: