Sending email from JIRA to custom address field

James Ellett January 3, 2014

Hi all,

I'm looking for a way to send an email with JJupin when certain issues are closed. The email address that the email is to go to is held in a custom text field "requesteremail," and the email body is contained in the issue description.

How do I reference these fields from within the sendEmail function?

1 answer

0 votes
Radu Dumitriu
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.
January 3, 2014

Hi,

You have an example here (for Blitz-Actions, but works with JJupin as well): http://confluence.kepler-rominfo.com/display/TR/Email+Issue+from+Blitz+Actions

You need to use the same routine, sendEmail() in your postfunction. Template need to be edited and placed in the templates directory; if you need HTML emails, use sendHtmlEmail()

James Ellett January 5, 2014

Thanks for the response!

This email seems to be sent to people that are associated witht the project in JIRA (projectMembers(project);).

How can I reference my custom text field in the "string[] to =" section? Or any other issue field for that matter?

James Ellett January 5, 2014

Thanks for the response!

This email seems to be sent to people that are associated witht the project in JIRA (projectMembers(project);).

How can I reference my custom text field in the "string[] to =" section? Or any other issue field for that matter?

Florin Manaila
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.
January 6, 2014

You can find the different ways to access issue fields here: http://confluence.kepler-rominfo.com/display/SIL/Variable+Resolutionand then add them together in the array using http://confluence.kepler-rominfo.com/display/SIL/arrayAddElement

Suggest an answer

Log in or Sign up to answer