|
Hi <%= user_name %>,
There is new comment from <%=
commentor_name %>
<% if (task_title && task_title !== "") {
%>
Task Name:
|
<%= task_title %> |
<% } %> <% if (task_description &&
task_description !== "") { %>
Task Description:
|
<%- task_description %> |
<% } %> <% if (comment && comment !== "")
{ %>
Comment:
|
<% const parts = comment.split('**');
parts.forEach((part, index) => { if
(index % 2 === 1) { %>
<%= part %>
<% } else { %> <%= part %> <% } }); %>
|
<% } %>
<% if (attachments && attachments.length >
0) { %>
Attachments:
|
<% attachments.forEach((attachment,
index) => { %>
<%= attachment.filename %>
<% }) %>
|
<% } %>
View more
An auto generated alert by the system.
|
|
|
|
Thanks and Best Regards, Have a great
day! Syncupp Team
|
|
|
|