## Collaboration Server Notification Template ## Type: Task List Modification ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## email priority true for high priority #set( $priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $subject = "$projectName : $tasklists : $tasklistName : ${tasklist_modified} " ) ############################################################################### ## Body Start ## ############################################################################### ${tasklist_modified} ${project} ${projectName} ${tasklist} ${tasklistName} ${description} ${tasklistDescription} ${updater} ${messageAuthorName} ${sent} ${messageCreatedDate} #if ( ${showNameChange} ) ${nameChangeMessage} #end #if ( ${showRisk} ) #if ( ${taskListRisk} == 0 ) #end #if ( ${taskListRisk} == 1 ) #end #if ( ${taskListRisk} == 2 ) #end #end #if ( ${showStatus} ) ${statusMessage} #end #if ( ${showStartDate} ) ${startDateMessage} #end #if ( ${showEndDate} ) ${endDateMessage} #end #if( $showAttachments ) ${attachments} #foreach ( $attachment in $resolvedattachments ) ${attachment.name} : ${attachment.url} #end #end #if( !$isRss ) ${notification_cause} ${tasklist_modified_cause} --- ${unsubscribe_tasklist}: ${unsubscribeTasklistURL} ${subscriptions_manage}: ${manageSubscriptionURL} ${view_details}: ${tasklistURL} ${task_new}: ${taskNewURL} #end ############################################################################### ## Body End ## ###############################################################################