Enter a brief description of your changes
(Required)
Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
GanttMacro
The taskgantt macro draws an interactive Gantt diagram which shows tasks, optionally filtered by start/end date, assignee, space or project.
Examples
{{taskganttreadonly="false"/}} - enable editing through the UI (disabled by default)
{{taskganttfrom="2024/09/27 09:00"/}} - filter by start date
{{taskganttfrom="2024/09/27 09:00"to="2024/09/27 17:00"/}} - filter by start and end dates
{{taskganttprojects="Alpha,Beta,Gamma"/}} - filter by projects (comma separated, escape commas in project names with '\,')
{{taskganttassignees="XWiki.Admin,XWiki.User1"/}} - filter by assigned users (comma separated)
{{taskganttspaces="TaskManager,Sandbox.Tasks.Task_0"/}} - filter by parent spaces (comma separated)
{{taskgantthideNoDueDate="true"/}} - hide tasks which do not have a due date set (default is true)
{{taskganttmaxTasks="20"/}} - limit the amount of displayed tasks to this number (default is 50)