My firm uses Jira/ Jira Service Desk and Confluence (on Server/Data Center) extensively.
Lately we experienced a few problems (full mail server, bad start-up flags on restart) which lead to massive delays in the internal communication because everyone relies on notifications actually getting delivered.
We solved this problems as they appeared but want to set up a monitoring for the notifications.
Has anyone here implemented something like this before and could give us any tips and/or lessons learned?
For Jira we discovered yesterday that you can use the REST-API to send notifications and it gives you error-codes back if something goes wrong in this chain. This way we can run a python script periodically which calls this API and monitor the return values. If it returns an Errocode we can send an Mail with another smtp-server to the admins that there is an issue with notifications.
How to check confluence notifications is a work in Progress.
I just wanted to share our solution in case it helps someone out there. Any other suggestions are welcome ofcourse because we clearly are improvising here.
Best Regards
Mario
Mario,
The only thing I can think of is to use a 3rd party email server for your JIRA notifications. Email is the primary way of notifying users of updates so if there is an issue with an email server, then you'll run into the problems you've seen.
One thing you could also do is navigate to:
https://yourinstance/home/notifications
** Please note I am not sure if that works in JIRA Server **
Cloud does provide notifications using that link.
- Josh Loe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Josh,
thanks for the answer.
The mentioned feature is cloud only, but there are extra menu tabs for outgoing mail notifications. You need to check this manually though.
We have an extra smtp server the problem is how to monitor the notifiaction chain jira/confluence -> smtp-server-> user.
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.