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.

Please note that description field will be truncated up to 400 symbols in the result.

Get Pull Requests By Project

Retrieve all pull requests matching a specified criteria.

Please note that description field will be truncated up to 400 symbols in the result.

Update

Update a pull request

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

  • Status

  • Title

  • Description (up to 4000 characters)

  • CompletionOptions

  • MergeOptions

  • ...