repo_update_pull_request
Update a pull request in Azure DevOps by specifying its ID and modifying fields such as title, description, target branch, or status using Personal Access Token authentication.
Instructions
Update a Pull Request by ID with specified fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | The new description for the pull request. | |
| isDraft | No | Whether the pull request should be a draft. | |
| pullRequestId | Yes | The ID of the pull request to update. | |
| repositoryId | Yes | The ID of the repository where the pull request exists. | |
| status | No | The new status of the pull request. Can be 'Active' or 'Abandoned'. | |
| targetRefName | No | The new target branch name (e.g., 'refs/heads/main'). | |
| title | No | The new title for the pull request. |