Code source wiki de KanbanBoardMacro
Modifié par Admin le 16/10/2025 - 23:36
Masquer les derniers auteurs
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | Example: |
| 2 | |||
| 3 | ##{{{{{kanbanboard space="TaskManager" /}}}}}## | ||
| 4 | |||
| 5 | * ##user## [optional, default=$xcontext.userReference] define the user for who tasks are assigned | ||
| 6 | * ##space## [optional, default=TaskManager] define the space to look for tasks | ||
| 7 | * ##project## [optional, default=] define the project to look for tasks | ||
| |
5.1 | 8 | * ##colors## [optional, default=green,blue,orange] define the colors of the Kanban columns |
| 9 | * ##columns## [optional, default=ToDo,InProgress,Done] define the statuses to display as Kanban columns | ||
| 10 | * ##columnWidth## [optional, default=32%] define the width of all Kanban column | ||
| |
1.1 | 11 | |
| 12 | Example: | ||
| 13 | |||
| 14 | {{kanbanboard selection="space" space="TaskManager"/}} |