Skip to content

Commit d6af598

Browse files
committed
adding back instructions about not using the integration user when testing bisycn
1 parent 22b5950 commit d6af598

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/integrations/guide/servicenow-itom-itsm-setup.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,10 @@ In ServiceNow, you can sync state, impact, and urgency bidirectionally with both
269269
1. Paste in your **Service Account Application Key** you created.
270270
1. Check the **Enabled** box.
271271
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.
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 /> Instructions on how to do so can be found below under **Transform correlated alert data**.
273+
1. Data will only sync 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.
274+
275+
273276

274277
## Customize data with transform maps {#transform-maps}
275278

@@ -312,7 +315,7 @@ answer = (function transformEntry(source)
312315
{{% /collapse-content %}}
313316

314317
{{% collapse-content title="Transform correlated alert data" level="h4" expanded=false id="transform-correlated-alert-data" %}}
315-
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.
318+
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.
316319

317320
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:
318321

0 commit comments

Comments
 (0)