-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceNow connector updates closed ServiceNow ticket and not opening or reopening old ticket. #147353
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
@cnasikas @shanisagiv1 I'm not up-to-speed on where we are with more elaborate work flows like this, but I don't think we have anything in-plan for this, at the connector level. And wondering whether maybe cases is impacted, or perhaps even "solves" this problem (or someday WILL solve the problem). |
This is an interesting workflow. Before pushing we can check the status of the case and reopen it. The new behavior will impact cases but we can make it configurable and let the user decide if they want to reopen or not the incident. I wonder if there is a context variable we can use to open a new issue after a period of time has passed. For example |
Good morning, I can give more insight and context to this if needed. As I
still have this setup and running to my non production ServiceNow instance.
I can test any new configuration that is needed or provide any other
information needed.
Thanks
…On Tue, Feb 7, 2023, 03:17 Christos Nasikas ***@***.***> wrote:
This is an interesting workflow. Before pushing we can check the status of
the case and reopen it. Cases will be impacted by the new behavior but we
can make it configurable and let the user decide if they want to reopen or
not the incident. I am wondering if there is a context variable we can use
to open a new issue. For example {{ruleID}}:{{alert ID}}:getDay({{date}}).
—
Reply to this email directly, view it on GitHub
<#147353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF3LJJ2AYPWZBWCAN5YPUSTWWIHLXANCNFSM6AAAAAAS37H4NY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for the details @S3l3ct3d it's really helpful! We have plans to upgrade our snow connector for cases soon (with Bidi sync and support more fields, etc). we definitely should address this use case as well. I believe we'll be able to get back to you soon with more details to validate that our plans meet these needs. cc: @cnasikas |
Good evening, just seeing if there has been any advancement or movement on this? Thanks, |
@pmuellr, I can say that even in "Cases" the does not work correctly either. I have used the cases feature and pushed the case to ServiceNow with the connector, which it does. However, when you update the case in Elastic the case does NOT get updated in ServiceNow. Also when you select the push to ServiceNow (thinking this would update the ServiceNow ticket, it just creates a new case in the ServiceNow platform.) |
@S3l3ct3d This seems like a different bug in Cases. Can you please go to the first SN incident ( Regarding the issue of when the SN incident is closed, I opened this issue to track it #162557 and put it in our backlog. We don't have a specific timeline for this but it should get picked up soon. I will let you know. |
Related #170522 |
@cnasikas, I have pulled both XML previews from each of the ServiceNow incidents and the correlations ID's are the same on both. But has you can see in the screenshot, Elastic opened two separate incidents within ServiceNow. |
@cnasikas , I forgot to add the case ID from Elastic as well. Here it is. 4af59a40-b7ca-11ed-bfe4-f513f2ed861e |
Hey @S3l3ct3d. I suspect that you do not have the proper cross-scope privileges. Could you please add the following cross-scope privileges ( You will need first to pick the application scope We have an issue with improving our docs #170164 with the extra steps. |
Did this get solved already? |
Kibana version:
8.5.2
Elasticsearch version:
8.5.2
Server OS version:
Elastic Cloud
Browser version:
108.0.5359.99
Browser OS version:
Chrome
Describe the bug:
So we are utilizing a couple of actions on our Observability Alerts, which are working well. So my well I guess concern/complaint is that with the ServiceNow integration for an action to open a ticket works, but there is no way to just "update" the already "OPENED" ticket accurately. Let me explain a little more. So in the integration for the action you can add in the {{ruleID}}:{{alert ID}} in the "Correlation ID (optional)" section which will update the [This is the kicker] "ORIGINAL" case/ticket that was created. But, let say you go through the workflow, fix/resolve the issue, and close the ticket/case in ServiceNow. When this particular alert happens again it should at least do one of two things, "re-open" the previously closed ticket/case, or create a new ticket/case since the other one is closed. It does neither one. It just goes ahead and updates the previously closed ticket.
The text was updated successfully, but these errors were encountered: