Pull Requests

This API provides a way to create, retrieve, and modify pull requests.

Operations

Create

Create a pull request.

Get Pull Request

Retrieve a pull request.

Get Pull Request By Id

Retrieve a pull request.

Get Pull Requests

Retrieve all pull requests matching a specified criteria.

Get Pull Requests By Project

Retrieve all pull requests matching a specified criteria.

Update

Update a pull request.

These are the properties that can be updated with the API:

  • Status

  • Title

  • Description

  • CompletionOptions

  • MergeOptions

  • AutoCompleteSetBy.Id

  • Ta...