Azure DevOps Work Items API

Azure DevOps Work Items REST API enables management of user stories, acceptance criteria, and test cases in Azure Boards. Acceptance criteria are stored as a rich text field on Product Backlog Items and User Story work item types, accessible and updatable via REST.

API entry from apis.yml

apis.yml Raw ↑
aid: acceptance-criteria:azure-devops-work-items-api
name: Azure DevOps Work Items API
description: Azure DevOps Work Items REST API enables management of user stories, acceptance criteria,
  and test cases in Azure Boards. Acceptance criteria are stored as a rich text field on Product Backlog
  Items and User Story work item types, accessible and updatable via REST.
humanURL: https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/
baseURL: https://dev.azure.com/{organization}/{project}/_apis/wit
tags:
- Work Items
- User Stories
- Azure
- Project Management
properties:
- url: https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/
  type: Documentation
- url: https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/
  type: Authentication