The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I show only the last comment in a JETI html email?

Angela Tran
Contributor
November 16, 2016

https://www.meta-inf.hu/display/PLUG/Add+Issue+Comments+to+Emails

 

I'm following this article, but getting errors. 

 

#set($publicComments = $!jetiFieldRenderer.reverse($!publicComments))

#parse("templates/emailissue/email/html/public-comments.vm")


#if($!publicComments && !$!publicComments.empty)
  #set($lastComment = $!publicComments.get(0))


#end

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jack Kelly
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 29, 2016

I was just looking at this to figure out the last comment. If you look at the page you reference above, you can see in the sentence below the heading Last Comment, that the last comment can be referenced using $!comment or $!htmlComment depending on the content type.

I applied this to my template that sends an email after a comment update and this appears to be working.