#parse("templates/email/html/includes/header.vm")
#parse("templates/email/html/includes/summary-topleft.vm")
#parse("templates/email/includes/issueplugins.vm")
#if ($comment && $textutils.stringSet($comment.getBody()))
#set ($commentAdded = true)
#end
#if ($commentAdded || $remoteUser)
#if ($commentAdded)
| #text("template.issue.commented") |
[ #text("template.permlink") ] |
#elseif ($remoteUser)
#text("template.issue.updated.by") #authorlink ($remoteUser.name) |
[ #text("template.permlink") ] |
#end
#end
#if ($commentAdded)
#text("template.common.author"): #authorlink ($commentauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($comment.getCreated())
#text("issue.field.comment"): #visibility()
$htmlComment
|
#end
|
#parse("templates/email/html/includes/summary-bottom.vm")
#parse("templates/email/html/includes/footer.vm")