In my organization ,we often get prometheus alert.
I am planning to create jira ticket automatically when prometheus critical alert fires.
And when the same alerts comes ,it should append with the old jira ticket.
Do you guys any idea about this?
Thanks
Anish
Rig up Prometheus to send an email to Jira when the first alert happens, and read the issue key that is created as a response. Then if the alert happens again, get it to use that issue key in the subject of any further emails to Jira.
You could also do this with REST calls instead of emails, but it's a bit more complex
@Nic Brough -Adaptavist- @Can you tell me how to do with the help of webhook and Rest Api
Do you have any samples/documentation with examples so that I can go through.
We don't use SMTP .I don't think email handler will work for us
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, you'll need Prometheus to make calls to the rest API - start at https://developer.atlassian.com/cloud/jira/platform/rest/
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.