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: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Can I get the last comment of an issue in the Builtin Script Listener Email template from a specific user?

Can I get the last comment of an issue in the Builtin Script Listener Email template from a specific user?

Deleted user
November 17, 2016

I was just wondering, but coulnd't find an answer:

Can I get the last added comment in the email template of the Builtin Script Listener from a specific user?

 

i currently have this code: 

 

componentManager.getCommentManager().getComments(issue).last().body

 

many thanks 

Pon

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
November 17, 2016

Heres the current code i have that is pulling only the most recent comment but i am unable to specify the user: 

<% out << cfValues['Email Body - Full'] %>

<% if (mostRecentComment != null)    
   out << "-----Response Message-----" << "\n" << "\n" << mostRecentComment
%>
TAGS
AUG Leaders

Atlassian Community Events