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?
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()
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.