#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm") #if ($worklog)
#text("template.issue.worklog.updated")
#text("template.common.author"): #authorlink ($worklog.author)
#text("template.common.edited.by"): #authorlink ($worklog.updateAuthor)
#text("template.common.created.on"): $dateformatter.formatDMYHMS($worklog.getCreated())
#text("template.common.edited.on"): $dateformatter.formatDMYHMS($worklog.getUpdated())
#text("template.issue.worklog.start.date"): ## If the originalworklog is not in the context then the user does not have permission to see that ## information. #if($originalworklog) #if($startDateUpdated)#end$dateformatter.formatDMYHMS($originalworklog.getStartDate())#if($startDateUpdated)#end #else $dateformatter.formatDMYHMS($worklog.getStartDate()) #end ## Only show this if we have an original worklog value that we have rendered #if($originalworklog && $startDateUpdated)$dateformatter.formatDMYHMS($worklog.getStartDate())#else #end
#text("template.issue.worklog.time.spent"): ## If the originalworklog is not in the context then the user does not have permission to see that ## information. #if($originalworklog) #if($timeSpentUpdated)#end$context.getTimeLogged($originalworklog, $i18n)#if($timeSpentUpdated)#end #else $context.getTimeLogged($worklog, $i18n) #end #if($originalworklog && $timeSpentUpdated)$context.getTimeLogged($worklog, $i18n)#else #end
#if($originalworklog.getRoleLevelId() || $originalworklog.getGroupLevel() || $worklog.getRoleLevelId() || $worklog.getGroupLevel()) #text("template.issue.worklog.visibility"): #if($originalworklog) #if($visibilityUpdated)#end#originalvisibility()#if($visibilityUpdated)#end #else #visibility() #end #if($originalworklog && $visibilityUpdated)#visibility()#end
#end #if($textutils.stringSet($originalworklog.getComment()) || $textutils.stringSet($worklog.getComment())) #text("logwork.workdesc"):
#if($originalworklog) #if($commentUpdated)#end$textutils.plainTextToHtml($originalworklog.getComment())#if($commentUpdated)#end #else $textutils.plainTextToHtml($worklog.getComment()) #end
#if($originalworklog && $commentUpdated)$textutils.plainTextToHtml($worklog.getComment())#else #end
#end
#if($changelog)
#text("template.issue.worklog.issue.updated")
#foreach ($changeitem in $changelog.getRelated("ChildChangeItem")) #end
$velocityhelper.getFieldName($changeitem, $i18n): #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("oldstring"), $i18n)) #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("newstring"), $i18n))
#end #end #parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")