How to send mail in JIRA plugin

George February 12, 2015

Hi ,

 

I want to send mail in JIRA plugin .

 

1 answer

1 accepted

0 votes
Answer accepted
RVal
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.
February 12, 2015

The page below describes how to add service module to your plugin taking sending email service as an example: https://developer.atlassian.com/confdev/tutorials/sending-emails-in-a-plugin

Hope it is helpful

George February 13, 2015

thanks a lot

Royce Wong
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.
March 12, 2015

I tried https://developer.atlassian.com/confdev/tutorials/sending-emails-in-a-plugin example with Confluence 5.6.6, Atlassian SDK 5.0.13 and it is throwing NullPointerException at mailService.sendEmail(mailQueueItem);, anyone has the same issue?

Suggest an answer

Log in or Sign up to answer