I've completed some of the integrations, OpsGenie(OG) and Jira Service Desk(JSD). When ACKing a ticket from OG the result is shown on JSD, SLA(Time to first response) is updated and comments are shown.
Should you close the call from OG the ticket transitions from an "Open" state to "Completed" and SLA is not updated, Time to resolution keep running.
I tested this for both INC and SR's with the same outcome.
What integrations may I be missing?
Using the native Opsgenie to JSD integration, I dont think there is a way to pass the resolution.
It looks like Opsgenie looks for a transition to a resolved state, and tell jira to execute that transition. What you want to do is in that transition, add a post function to set the resolution. That way, whenever the transition is executed, the resolution will be set automatically.
For reference, I don't use the native integration. I use Marid to get the details from Opsgenie and take actions on the ticket. Marid is end of life, but is replaced by OEC. (Marid was groovy based, OEC is python) Its a little harder to set up, but will give you a lot more options on how to handle the OG to Jira integration.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check your SLA rules, and see what conditions "stop the clock" on the Time to resolution SLA.
If you use the default, then you actually have to set a resolution on the ticket. Even if it is the "Completed" state, if the Resolution field is still "unresolved" the SLA will keep running.
Depending on how you have OG telling Jira to close the ticket, you may be able to pass a resolution in that call. Else you can update the transition that is executed to update the resolution automatically when the transition is called.
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.