It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi, I have been successfully using below text in the email body and it was working fine in Jira 6.2.7.
It successfully sends out the last comment. however it is not working in Jira 6.3.1 and latest script runner.
<% if (lastComment)
out << "Comment: " << lastComment
%>
In Jira 6.3.1, it sends out something like below and not the actual comment. Can anyone please help me with correct syntax?
Comment: com.atlassian.jira.issue.comments.CommentImpl@78174905
Thanks for your help!
Rama
Sorry, I think that's a new bug I introduced. It's trivial to fix, will release shortly.
In the meantime you might want to check https://jamieechlin.atlassian.net/wiki/display/GRV/Built-in%20Scripts#Built-InScripts-CommentsinEmailsto see if you really want lastComment.
Cedric's workaround should work - what is the result when you use that? I don't really recommend using it because it will break again when I release the fix.
Ref: https://jamieechlin.atlassian.net/browse/GRV-507
Thanks Jamie!
I have a requirement to email comment made during a specific transition. If no comment was made during that transition, no comment should be added added to email body.
In script runner version 2.1.17, it works fine when the comment is added during the transition. But looks like if no comment is added then most recent comment is sent out. Any idea how to avoid it?
I tried cedric's workaround but I did not send out any email. I don't see any errors in the log files as well.
Thanks for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a guess, but try
out << "Comment: " << lastComment.getBody()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.