11 Feb 2020 09:10 AM
Hello everyone,
we want to integrate Dynatrace with ServiceNow in otrder to create incidents in ServiceNow from problems generated in Dynatrace.
We would like to resolve the problem when the incident is closed and I think this feature is not included in Dynatrace-ServiceNow integration, so to achieve this objective would we use WSDL to call Dynatrace from ServiceNow and change the problem status?
Thank you in advanced for your help!
BR,
Sonia
Solved! Go to Solution.
11 Feb 2020 09:16 AM
If you want your integration between ServiceNow and Dynatrace to behave this way, then you can use the Environment API for problems. You can then call Problems API - POST close operation to close an existing Problem in Dynatrace and add a comment to it.
Here is more information about the particular call and detailed description:
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/problems/probl...
11 Feb 2020 02:16 PM
Based on the question I believe that this is the answer you're looking for Sonia, as Wolfgangs answer is the other direction. You can customize the integration to do this, or reach out to the Dynatrace services team to do it for you.
Mike
11 Feb 2020 09:37 AM
Dynatrace integration with ServiceNow automatically resolves incidents once the problem is closed on the Dynatrace side.
11 Feb 2020 10:02 AM
Thank you very much for this information.
BR,
Sonia
11 Feb 2020 11:57 AM
One more question
about this case.
To synchornize data from problems un DT and incidents in SN, a transform map is used.
What element is used to update from SN to DT?
BR,
sonia
21 Apr 2021 10:13 AM
Hello,
Can someone help me with the documentation which shows the configurations to be made in order to have the problems on Dynatrace resolved when the incident is closed in ServiceNow. Thank you.
Regards,
Prathyusha
21 Apr 2021 10:33 AM
Hi, there is no documentation for that. You'd have to add code on the ServiceNow side which listens to the closing of issues and then call the API that Julius linked to close the problem in Dynatrace.
23 Apr 2021 11:23 AM
Thank you Mike. Will try this.