#* Available variables: $tasks: Array of Tasks $dateTimeFormat: Instance for access to static tool methods of DateTimeFormat $priority: Instance for access to static tool methods of WorklistConstants.Priority $natt: Instance for access to static tool methods of NotesAndTasksTools *#

Tasks

#foreach ($task in $tasks) #if ($task.getDescription() != "") #end #end
Category Status Title
$task.getCategory() $task.getState().getLabel() $task.getTitle()
$task.getDescription()
Priority: $priority.toString($null, $task.getPriority()), Blocking: $task.blocksRelease(), ## Assignment: #if ($task.getAssignmentRule() != "")$task.getAssignmentRule()#{else}<none>#end, Complexity: #if ($task.getComplexity() != 0)$dateTimeFormat.formatTime($task.getComplexity())#{else}<unspecified>#end #if ($task.getAssociatedURL()) , URL: $task.getAssociatedURL() #end
$natt.getModificationCreationString($task)

Summary:

Tasks (Open or Assigned): $tasks.size() ($taskNumOpAs)
Total Effort (Open or Assigned): $dateTimeFormat.formatTime($effort) ($dateTimeFormat.formatTime($effortOpAs))