Azure Devops to servicenow integration error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 01:04 AM - edited 02-20-2025 01:07 AM
Hello Everyone,
I am trying to integrate Azure DevOps with ServiceNow which are connected using Webhooks. There are Inbound events that are coming in however, their state results an error - "ADOP Notification - Inbound cannot be completed due to a technical issue." The event type in the payload is - git.pullrequest.merged". These inbound events trigger the "DevOps Integration - Orchestration Notification" flow and the "ADOP Notification - Inbound" subflow. After insert a comment on Azure Devops side then triggering the flow they should automatically update the incident record in servicenow. However, as mentioned the state always results in an error.
Furthermore, the error logs show the following messages-
devopsErrorCode - SUBFLOW_ERROR
internalMsg - Error: Cannot read property "result" from null,Detail: Cannot read property "result" from null
errorSources - ["Subflow - ADOP Notification - Inbound"]
properties - "FLOW_NAME":"DevOps Integration - Orchestration Notification","TRIGGER_RECORD_ID":"xxx"}
Can someone please help me solve this issue. Let me know if more details are required.
Thank You.