Azure Pipelines Empty Response Body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:49 AM
Hi,
I am having an issue with Azure Pipelines integration (Integrate with ServiceNow change management - Azure Pipelines | Microsoft Learn)
We are currently using this to implement a change gate into a pipeline, which requires a query to ServiceNow by searching a change number, and the change should be in an implement state.
I have the service account created with the correct role added (x_mioms_azpipeline.pipelinesExecution), however when trying to query a Change Request via YAML Azure Pipeline or Postman, we receive a successful 200 response but an empty response body.
Adding the sn_change_read role allows us to receive a response but the documentation does not specify this, can anyone advise if they've had a similar issue?
Regards
James