Changes between Version 1 and Version 2 of TrackKanbanBoardMacro


Ignore:
Timestamp:
Dec 18, 2012, 2:27:37 PM (11 years ago)
Author:
tracmultiproject
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrackKanbanBoardMacro

    v1 v2  
    1616
    1717
    18 == Bugs/Feature Requests ==
     18== Source, instructions and bug reports ==
    1919
    20 Existing bugs and feature requests for TrackKanbanBoardMacro are
    21 [report:9?COMPONENT=TrackKanbanBoardMacro here].
     20[http://projects.developer.nokia.com/TracKanbanBoard]
    2221
    23 If you have any issues, create a
    24 [http://trac-hacks.org/newticket?component=TrackKanbanBoardMacro&owner=tracmultiproject new ticket].
    25 
    26 == Download ==
    27 
    28 Download the zipped source from [download:trackkanbanboardmacro here].
    29 
    30 == Source ==
    31 
    32 You can check out TrackKanbanBoardMacro from [http://trac-hacks.org/svn/trackkanbanboardmacro here] using Subversion, or [source:trackkanbanboardmacro browse the source] with Trac.
    3322
    3423== Example ==
     
    3726{{{
    3827#!KanbanBoard height=250px
     28{
     29  "columns": [
     30    { "id": 1, "name": "New", "states": ["new"], "tickets": [23, 24, 25], "wip": 3 },
     31    { "id": 2, "name": "Ongoing", "states": ["assigned", "accepted", "reopened"], "tickets": [21], "wip": 3 },
     32    { "id": 3, "name": "Done", "states": ["closed"], "tickets": [], "wip": 5 }
     33  ],
     34  "fields": [
     35    "status", "priority"
     36  ]
     37}
    3938}}}
    4039}}}