## Collaboration Server Notification Template ## Type: Task Assigned ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$projectName : $tasklists : $tasklistName : ${taskName} : $messageTitle " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${messageTitle} ${taskRisk} (${taskStatus}%)
${task_edit}   ----  
----
#if ( ${showAssigner} ) #end
${project} ${projectName}----
${tasklist} ${tasklistName}----
${task} ${taskName}----
${startdate}: ${taskStartDate} ----
${enddate}: ${taskEndDate} ----
${task_assigner} #userprofile(${assignerUserID} ${assignerName})   #presence(${assignerEmail}) ----
${sent} ${messageCreatedDate}----
${messageText}
----
${notification_cause}
${task_assigned_cause}
${taskDescription}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")