Hi,
is it possible to change the order of comments in emails?
Now new comments are on the bootom of the email. We would like to have new comments on the top of the mail.
Thank you!
I don't know this add-on
The language is velocity.
Try this:
#
if
($!emailDef.emailOptions.addComments)
$i18n.getText(
"common.words.comments"
):
#foreach ($i in $!publicComments)
$!{comment.authorFullName} - $!{dateformatter.format($comment.created)}
$comment.body
------------------
#end
#end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, bit i do not use the JIRA mail function. We work with an add-on called "email this issue".
If found following code in this add-on:
#if ($!emailDef.emailOptions.addComments) $i18n.getText("common.words.comments"): #foreach ($comment in $!publicComments) $!{comment.authorFullName} - $!{dateformatter.format($comment.created)} $comment.body ------------------ #end #end
How can i order the comments? I do not know this script or template language.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
you can customize your email template:
https://confluence.atlassian.com/display/JIRA/Customizing+Email+Content
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.