Hi,
I'd like to send email to the user when issue is updated.
I've extended AbstractIssueEventListener - and issueEvent method is beeing called. I've also created ApplicationUser object and now I'd like to send email to user - but I'm not going to create email body on my self - I have to resend standard email to the user (the same as Jira sends automatically).
How can I reuse existing Jira templates and mechanism for resending it?
Could anybody give me a hint what service can I use?
Best regards