Changes between Initial Version and Version 1 of FormationDec2020


Ignore:
Timestamp:
Nov 1, 2020, 11:27:23 PM (5 years ago)
Author:
Laurent Fairhead
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FormationDec2020

    v1 v1  
     1{{{
     2#!KanbanBoard height=250px
     3{
     4  "columns": [
     5    { "id": 1, "name": "A faire", "states": ["new"], "tickets": [124, 125, 126], "wip": 3 },
     6    { "id": 2, "name": "En cours", "states": ["assigned", "accepted", "reopened"], "tickets": [], "wip": 3 },
     7    { "id": 3, "name": "Fait", "states": ["closed"], "tickets": [], "wip": 5 }
     8  ],
     9  "fields": [
     10    "status", "priority"
     11  ]
     12}
     13}}}