How you can use Azure DevOps REST API to update the list of allowed values for a custom field. A typical scenario is keeping the list of available values in sync with a database.
Create a simple pipeline to re-queue checks on pull requests when target branch changes
Pull Request Checks are a perfect way to verify quality of your code before merging it into the main branch. Lets discover how to re-queue checks using Azure DevOps Api if you need a re-evaluation
If you want to export all of your Work Items in another format (excel, internal database) Azure DevOps Api are the solution
When you use interactive login for Azure DevOps API you need to check if the user is correctly logged
Azure DevOps Api are a fantastic way to interact with the server, in this post I'll show you how to connect to the server
Dashboard are an incredible way to visualize data in Azure DevOps, being able to manipulate them with API is a great way to automatically create Dashboards for each sprint