0 Votes

Wiki source code of KanbanBoardMacro

Last modified by Ryan C on 2025/03/07 00:41

Hide last authors
Ryan C 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
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"/}}