Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Capture most recent comments on issue - entered during a transition - send email

I am trying to write a script to pull out the last comment (if there was one) during a transition - then use that to fire a custom email.  

I see in the Adaptavist Script Runner - send custom email - documentation that I should use:

issue.fields.comment.comments | last | field("body")

Just because they say I can use it does not mean I have the skills to actually use it. (brand new to coding)  

I am trying to make this (the presence of a last comment during a transition) my conditional.  So if the field is populated then send email. 

issue.fields.comment.comments.last.field.body != null      Does not work

Um can you help the new guy out?

Robb  

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
2 votes
Answer accepted
Alejandro Suárez - TecnoFor
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Aug 24, 2018 • edited

Hi @Robb F Watkins 

You need to use the built "send custom email" postfunction. In the Email template box you have to put something like this:

Greetings &{issue.reporter?.displayName},

<% if (lastComment)
out << lastComment
%>

Regards,
${issue.assignee?.displayName}

Alejandro:

Thanks for the feed back.  I will test first thing Monday morning.

Robb

TAGS
AUG Leaders

Atlassian Community Events