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

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

thanks

Suggest an answer

Log in or Sign up to answer