Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Pull Request Statuses
- Service:
- Git
- API Version:
- 4.1
Pull request statuses provide extensibility to the pull request experience. Third party services or users with read permission to the repository can create and get statuses associated with a pull request or an iteration via this REST API. An example of pull request status can be "CI Build Passed", "Integration tests pending", "Linting check succeeded". In order to update a status create a new status with the same genre and name values.
Operations
| Create |
Create a pull request status. The only required field for the status is |
| Delete |
Delete pull request status. You can remove multiple statuses in one call by using Update operation. |
| Get |
Get the specific pull request status by ID. The status ID is unique within the pull request across all iterations. |
| List |
Get all the statuses associated with a pull request. |
| Update |
Update pull request statuses collection. The only supported operation type is This operation allows to delete multiple statuses in one call. The path of t... |
