The 'tasklist' macro allows you to create lists of tasks which need to be performed and keep track of who has completed them.
0%
Things to do
handler
Mary to preview her presentation with the team
1:n1225762347_p1765765603Mary to preview her presentation with the team$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)
handler
Tony to call meeting with investors
1:n1225762347_n822468067Tony to call meeting with investors$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)
handler
Tony to book catering
1:n1225762347_p811037611Tony to book catering$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)
handler
Mary to finalise presentation with Steve
1:n1225762347_n1735718108Mary to finalise presentation with Steve$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)
handler
Everyone relax before presentation
1:n1225762347_n748151242Everyone relax before presentation$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)
The data for the task list is stored in the Confluence page. Most people will find it easier to add or modify tasks while viewing the page. But if you want to edit or even create the task list directly, you can do so by editing the page itself. Here is an example, showing the Wiki Markup for the above task list:
{tasklist:Things to do}
Mary to preview her presentation with the team
Tony to call meeting with investors
Tony to book catering
Mary to finalise presentation with Steve
Everyone relax before presentation
{tasklist}
For more information about the 'tasklist' macro, please see the documentation.