#* 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 *#
| 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) | ||