Example Post Email Template

 

<p>This is ticket <b>${issue.key}</b> from <b>${issue.project.name}.</b></p> <p>And you have to do: $!{issue.summary} </p> <p>How to do it: #if (${issue.description}) ${issue.description} #else is not defined. #end </p> <p><b>Problem:</b> $!{cfUtils.getValue($issue, "customfield_10000")}</p> <p><b>Steps to reproduce:</b> $!{cfUtils.getRenderedValue($issue, "customfield_10001")}</p> <p><b>Remote user:</b> $!{cfUtils.getValue($issue, "customfield_10003")}</p> <p><b>Tags:</b> $!{cfUtils.getValue($issue, "customfield_10004")}</p> #if ($comment) <p> <b>${issue.reporter.displayName}</b> commented: $comment </p> #end <p>Regards,</br> ${issue.reporter.displayName} </p>