update_pull_request
Update pull request properties, manage reviewers and work items, and add or remove tags to keep PRs organized.
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 |
|---|---|---|---|
| title | No | The updated title of the pull request | |
| status | No | The updated status of the pull request | |
| addTags | No | List of tags to add to the pull request | |
| isDraft | No | Whether the pull request should be marked as a draft (true) or unmarked (false) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| removeTags | No | List of tags to remove from the pull request | |
| description | No | The updated description of the pull request | |
| addReviewers | No | List of reviewer email addresses or IDs to add | |
| repositoryId | Yes | The ID or name of the repository | |
| pullRequestId | Yes | The ID of the pull request to update | |
| addWorkItemIds | No | List of work item IDs to link to the pull request | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| removeReviewers | No | List of reviewer email addresses or IDs to remove | |
| removeWorkItemIds | No | List of work item IDs to unlink from the pull request | |
| additionalProperties | No | Additional properties to update on the pull request |