I am devloping a plugin, and I have a servlet in which I want to be able to send a custom email to all watches of the page, so it looks like a normal confluence notification, with the start of the body reading: "Your action is needed on this page" and then the usual page link and extract...
How can I do this?
I have found the NotificationManager, but I can't see how to send a custom email. Also I'm not sure how to find all the watches, or how to send to all watches. I would have thought this would have a simple API?
Please help...
I found out the answer, and it's not as easy as I thought, using the example: https://developer.atlassian.com/display/CONFDEV/Sending+Emails+in+a+Plugin
I need to go through every user in Confluence, verify if they are watching the page in question, then send off a custom email.
It's not nice and lots of code to send a confluence looking email.
Hi Chris,
https://developer.atlassian.com/display/CONFDEV/Posting+Notifications+in+Confluence
plugin module in confluence might help you...
Regards
Onkar Ahire!
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.