Hi <%= user_name %>,

There is new comment from <%= commentor_name %>

<% if (task_title && task_title !== "") { %> <% } %> <% if (task_description && task_description !== "") { %> <% } %> <% if (comment && comment !== "") { %> <% } %> <% if (attachments && attachments.length > 0) { %> <% } %>
Task Name: <%= task_title %>
Task Description: <%- task_description %>
Comment: <% const parts = comment.split('**'); parts.forEach((part, index) => { if (index % 2 === 1) { %> <%= part %> <% } else { %> <%= part %> <% } }); %>
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