I'm trying to use a script from the Adaptavist Library to send release notes via e-mail. The script works well and sends an e-mail successfully using JETI.
The sample script can be found here -> https://library.adaptavist.com/entity/send-release-notes-to-project-stakeholders
The only problem is I don't really know how to display the payload from that script in my JETI e-mail template. Does anyone know what I should add to the HTML template in JETI to display the data that ScriptRunner pulls out of the JQL provided in the script?
Basically, I want to be able to display the list of issues in that release in the body of the e-mail, but I can't figure that bit out.