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: 

In Script Runner, can you have a customized FROM address for the custom email?

Dave Scheet
May 20, 2015

I am trying to configure a custom email to be send upon transition, and want to use the email of the current assignee as the from address.  I dont see a way to do this.

Neither

issue.assignee?.emailAddress

nor

<% out << issue.assignee?.emailAddress%>

work

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
JamieA
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.
May 20, 2015

Not currently. I thought there was an issue for this at https://jamieechlin.atlassian.net/browse/GRV but can't find one.

If you comfortable programming you can send an email using a custom post-function, or call the SendCustomEmail function with the correct inputs.

0 votes
Dave Scheet
May 21, 2015

Thanks for your answer.  I added an issue for the feature request.

https://jamieechlin.atlassian.net/browse/GRV-719

JamieA
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.
May 21, 2015

thanks