Code source wiki de KanbanBoardMacro

Modifié par Admin le 08/11/2024 - 08:43

Afficher les derniers auteurs
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
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
11
12 Example:
13
14 {{kanbanboard selection="space" space="TaskManager"/}}