Hi All,
I have integrated Opsgenie with JSM for a particular project in JSM. Now myself started receiving alerts in opsgenie for all the incidents but it is always tagged as Priority P3. Also i want to set the rule to create alert only if Incident in JSM is priority 1. Kindly advise.
Thanks & Regards
Balaji.S
Hi @balajisk ,
Could you clarify which integration you are using between Opsgenie and JSM? We have a few options now. The most common one involves configuring a webhook in JSM to send the issues to Opsgenie? If so - you have a couple of options for setting it up so that only JSM incidents with priority = P1 will create alerts in Opsgenie.
Hope this helps!
Thanks,
Samir
Thanks Samir for your reply, currently I have not tried using web hook and also advanced option not visible for me. Hence myself trying integration under Teams section in Opsgenie. Need to check on web hook.
Thanks for your immediate suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Samir,
Thanks for your support. Now using Webhooks myself able to send only Priority 1 alerts to Opsgenie.
Now, facing the problem in sending back responses to JSM. I have configured JIRA URL/Username/Password in Opsgenie to Jira Service Management Tabs. Below error myself getting.,
401 Unauthorized: [Basic authentication with passwords is deprecated. For more information
May be i need to use API Token, not sure where to generate, if you can suggest, it helps.
Myself also going through the articles.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @balajisk ,
Yes, you need to generate an API token to use for authentication. You can do so according to this page: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Samir for your reply and support, I have gone through this link and API authentication was success. But was getting below error. Kindly advise.
Could not send [resolveIssue] action to JiraServiceDesk [OG-Network_Jira Service Management]. Reason: Cannot get transition id. Reason: 404 Not Found: [{"errorMessages":["Issue does not exist or you do not have permission to see it."],"errors":{}}]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@balajisk This means Opsgenie is trying to "Resolve" the JSM issue. When it does this, it makes an API request to list all transitions that will move the issue to a status of "Resolved".
this error indicates that for this particular issue type in your JSM instance, there are no transitions available that will move the issue to a status of "Resolved".
You will want to look into the workflows/transitions you have configured for this issue type. You can follow this guide: https://support.atlassian.com/jira-cloud-administration/docs/work-with-issue-workflows/
If you have further questions, I'd recommend reaching out to support via support.atlassian.com and we can assist you further.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.