## Collaboration Server Notification Template ## Type: Task Assigned ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## 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 " ) ############################################################################### ## Body Start ## ############################################################################### ${messageTitle} ${project} ${projectName} ${tasklist} ${tasklistName} ${task_assigner} ${assignerName} ${sent} ${messageCreatedDate} ${task} ${taskName} ${startdate}: ${taskStartDate} ${enddate}: ${taskEndDate} ${status}: ${taskStatus}% ${taskDescription} --- ${messageText} ${notification_cause} ${task_assigned_cause} --- ${view_details}: ${taskURL} ${task_edit}: ${taskEditURL} ############################################################################### ## Body End ## ###############################################################################