All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.document.emailTemplates.openmetadata.testResultStatus.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "testResultStatus",
  "displayName": "Test result status",
  "description": "Template for testResultStatus.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "testResultStatusTemplate",
  "data": {
    "template": "
 

Test Result Notification



Hello ${receiverName},

You have a new Test Result Update.

Task Details :


Name : ${testResultName}
Description : ${testResultDescription}
Status : ${testResultStatus}
Event Timestamp : ${testResultTimestamp}


View Activity
", "placeHolders": [ { "name": "receiverName", "description": "The name of the receiver of the test result notification." }, { "name": "testResultName", "description": "The name of the test result." }, { "name": "testResultDescription", "description": "The description of the test result." }, { "name": "testResultStatus", "description": "The status of the test result." }, { "name": "testResultTimestamp", "description": "The timestamp of the test result event." }, { "name": "testResultLink", "description": "The URL link to view the test result activity details." } ] } }