json.data.document.emailTemplates.openmetadata.taskAssignment.json Maven / Gradle / Ivy
{
"name": "taskAssignment",
"displayName": "Task Assignment",
"description": "Template for taskAssignment.",
"entityType": "EmailTemplate",
"fullyQualifiedName": "taskAssignment",
"data": {
"template": " Task Notification
Hello ${assignee},
${createdBy} have assigned you a task to <#if taskType==\"UpdateDescription\">Update Description <#else>Update Tags #if>.
Task Details :
Task Name : ${taskName}
Task Status : ${taskStatus}
Current Value : ${fieldOldValue}
Suggested Value : ${fieldNewValue}
View Task
",
"placeHolders": [
{
"name": "assignee",
"description": "The name of the person assigned the task."
},
{
"name": "createdBy",
"description": "The name of the person who created the task assignment."
},
{
"name": "taskType",
"description": "Specifies whether the task is to Update Description or Update Tags."
},
{
"name": "taskName",
"description": "The name of the task."
},
{
"name": "taskStatus",
"description": "The current status of the task."
},
{
"name": "fieldOldValue",
"description": "The current value of the field being updated."
},
{
"name": "fieldNewValue",
"description": "The suggested new value for the field being updated."
},
{
"name": "taskLink",
"description": "The URL link to view the task details."
}
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy