Issue Details (XML | Word | Printable)

Key: JRA-14405
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael Tokar [Atlassian]
Reporter: Alexey Serba
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

"Edit Comment" notification displays user id / name instead of fullName

Created: 06/Feb/08 06:43 AM   Updated: 18/Feb/08 10:55 PM
Component/s: Comments
Affects Version/s: 3.12, 3.12.1
Fix Version/s: 3.12.3

Time Tracking:
Original Estimate: 4 hours
Original Estimate - 4 hours
Remaining Estimate: 0 minutes
Time Spent - 4 hours
Time Spent: 4 hours
Time Spent - 4 hours

Issue Links:
Reference
 

Participants: Alexey Serba, Michael Tokar [Atlassian] and Timothy Chin [Atlassian]
Since last comment: 34 weeks, 1 day ago
Resolution Date: 18/Feb/08 10:55 PM
Labels: comment email template velocity


 Description  « Hide
"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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Timothy Chin [Atlassian] added a comment - 10/Feb/08 09:15 PM
Hi,

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