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: 

Specify template in post function send email

Dora Vouthouni
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 22, 2018

Hi I'm new to JIRA,
I am trying to send an email in a post function after a trasition occurs and I wish to add the footer of the emails sent when an issue is updated for example.
I see no option to choose a template or add some default html elements.
I use JIRA Server version 7.2

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
August 22, 2018

Hi @Dora Vouthouni,

From the user interface, JIRA doesn't allow us to customize the email templates. Modifying the files on the server is not generally recommended by Atlassian.

 

However, the Script Runner Behaviors add-on will allow us to customize the template from the  UI level. Here is the link to the page where you will be able to find the documentation on how to customize the mail templates from the post-function configuration.

Hope this helps!!

 

Regards,

Priyanka

Dora Vouthouni
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 22, 2018

Hello @[deleted] I basically want to use the footer of jira email templates along with the body I have specified in the post function.
I guess I could copy some of the html in WEB-INF/classes/templates/email in the post-function section email body but that seems like a hack to me. If I were to define my own template I still do not know how to properly get info such as the JIRA logo and version