Adding fields to email templates
#if($!issue.getCustomFieldValue('customfield_12345'))
<tr>
<th>
Name of the customfield_12345:
</th>
<td>
#renderCustomField($issue, 'customfield_12345')
</td>
</tr>
#endRich Text content in fields
#set ($fieldValueInHtml = $!jetiFieldRenderer.renderCustomField($issue, 'customfield_12345'))
$fieldValueInHtmleLast updated