Jira - sending notification email

Bartłomiej Bartłomiej August 31, 2017

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

1 answer

0 votes
Tayyab Bashir
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.
August 31, 2017

JIRA already sends in email notification when issue is updated? 
Which event are you looking for to generate an email for? 

Bartłomiej Bartłomiej August 31, 2017

Yes, jira already sends it - I'd like send it once again (I know, user will have duplicates).

Bartłomiej Bartłomiej August 31, 2017

I've catched valid event - all I have to do now is just resend to user the same email, as user receives if comment to issue is added.

Bartłomiej Bartłomiej August 31, 2017

Maybe I can use IssueMailQueueItemFactory, but this class it not accessible even I add dependency to jira-core...

Suggest an answer

Log in or Sign up to answer