update_pull_request
Update an Azure DevOps pull request's title, description, status, and draft flag. Manage reviewers and work items, and add or remove tags.
Instructions
Update an existing pull request with new properties, manage reviewers and work items, and add or remove tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| pullRequestId | Yes | The ID of the pull request to update | |
| title | No | The updated title of the pull request | |
| description | No | The updated description of the pull request | |
| status | No | The updated status of the pull request | |
| isDraft | No | Whether the pull request should be marked as a draft (true) or unmarked (false) | |
| addWorkItemIds | No | List of work item IDs to link to the pull request | |
| removeWorkItemIds | No | List of work item IDs to unlink from the pull request | |
| addReviewers | No | List of reviewer email addresses or IDs to add | |
| removeReviewers | No | List of reviewer email addresses or IDs to remove | |
| addTags | No | List of tags to add to the pull request | |
| removeTags | No | List of tags to remove from the pull request | |
| additionalProperties | No | Additional properties to update on the pull request |