AM
Правильно ли решение - иду в WEB-INF/classes/templates/email/html
и в файл issueupdated.vm просто добавляю такой код:
#set ($CF_01 = $issue.getCustomFieldValue($customFieldManager.getCustomFieldObject("customfield_10001")))
#if($CF_01)
#$jiraDateTimeUtils.getTimeFormatedString($CF_01.longValue())
##end
?


