Troubleshooting Inconsistent Work Item Retrieval in Azure DevOps Release API
I have an Azure DevOps API for fetching the releases between the start date and the end date https://vsrm.dev.azure.com/${organization}/${project}/_apis/release/releases?minCreatedTime=${startDate}&maxCreatedTime=${endDate}&api-version=6.0, startDate : 2024-05-27, endDate : 2024-07-11 Basically, when I run this API it gives the releases which contain the release id…