You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ServiceNow] Add instructions for Testing Bisync (#33638)
* adding back instructions about not using the integration user when testing bisycn
* update where the note is
* Update content/en/integrations/guide/servicenow-itom-itsm-setup.md
Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com>
---------
Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com>
Copy file name to clipboardExpand all lines: content/en/integrations/guide/servicenow-itom-itsm-setup.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,8 @@ For step-by-step instructions on setting up and configuring this integration for
259
259
260
260
In ServiceNow, you can sync state, impact, and urgency bidirectionally with both Case Management and Incident Management.
261
261
262
+
**Note**: Data only syncs from ServiceNow back to Datadog if the change is made by a user with the ITIL role who is **not** the user configured in the ServiceNow integration tile in Datadog.
263
+
262
264
1. In Datadog, follow the instructions to [create a service account application key][7].<br />**Note**: Datadog recommends creating this key instead of using a personal one, which risks breaking the ServiceNow sync if the user's account is deactivated or if their permissions change.
263
265
1. In ServiceNow, click the globe icon in the top-right corner, then make sure the **Application Scope** is set to **ITOM/ITSM Integration for Datadog**.
264
266
1. In the top-left navigation menu, click **All**.
@@ -269,7 +271,9 @@ In ServiceNow, you can sync state, impact, and urgency bidirectionally with both
269
271
1. Paste in your **Service Account Application Key** you created.
270
272
1. Check the **Enabled** box.
271
273
1. Click **Save**.
272
-
1. (Optional) If you have ITOM/ITSM integration version 2.7.0 or newer, you can use information from correlated alerts to populate values in ServiceNow.<br />The transform maps for Datadog Cases ITOM and ITSM tables contain an example transform script that runs onBefore. By default, the script is commented out, but you can enable it by uncommenting it and modifying it to fit your use case.
274
+
1. (Optional) If you have ITOM/ITSM integration version 2.7.0 or newer, you can use information from correlated alerts to populate values in ServiceNow.<br /> Instructions on how to do so can be found below under **Transform correlated alert data**.
275
+
276
+
273
277
274
278
## Customize data with transform maps {#transform-maps}
To use information from correlated alerts to populate values in ServiceNow, add a new onBefore transform script under the Datadog Cases ITSM/ITOM table transform map.
319
+
To use information from correlated alerts to populate values in ServiceNow, add a new onBefore transform script under the Datadog Cases ITSM/ITOM table transform map.
316
320
317
321
To populate data into the ServiceNow incident, you have to modify your script to parse data that has been sent from Datadog and stored in the EM Correlated Alert column, and specify which fields in the incident you want to send the parsed data to. Below is a sample script that you can customize for your needs:
0 commit comments