Sender email wrong since ScriptRunner upgrade to version 4.1.3.22

Arianna Fabbri December 15, 2016

Hi,

since when we have upgraded to last version of ScriptRunner all our existing Script Listeners are sending email notifications with wrong email sender.

Before this upgrade all the script listeners were taking the project's default email address as sender email. Since the upgrade all the outgoing notifications are sent with the JIRA default email address.

Any suggestion?

Thank you in advance

2 answers

1 accepted

1 vote
Answer accepted
Jonny Carter
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.
December 20, 2016

The Send Custom Email has been defaulting to the mail server configured sender for a while. You can set it dynamically to the project's default email address using the mail object's setFrom method as documented at https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_dynamic_control_over_recipients_and_from.

You should be able to get the project's email address using issue.projectObject.email.

If you want to send HTML in your email, make sure to use the HTML template. You may need to wrap things in a <div> tag instead of a body tag, as I think we might insert a body tag for you by default. We also do some CSS inlining under the hood now, so you may be able to simply wrap your styles tag like WHATWG intended and let that take care of it for you.

 

0 votes
Arianna Fabbri December 15, 2016

The same problem for css rendering.

email content is no longer recognizing the tag

<body style="font-family:calibri;font-size:16px">

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events