"Edit Comment" notification ( text version ) renders user id / name / key instead of fullName
Here is the examle:
===================================================================================================
111111 edited comment on JIRA-123 at 2/5/08 8:33 AM:
----------------------------------------------------------
New comment
was (Author: 222222):
Old comment
===================================================================================================
You can check velocity template WEB-INF/classes/templates/email/text/issuecommentedited.vm
The cause of the problem is because (issuecommentedited.vm) (text) $comment.updateAuthor is used which returns the username.
$i18n.getText("template.issue.edited.comment.on", $comment.updateAuthor, $issue.getKey(), $comment.updated)Regards,
Timothy