bitbucket_update_pull_request
Updates a pull request's title, description, or destination branch. Keep your pull requests current with accurate details.
Instructions
Update an existing pull request (title, description, or destination branch). At least one of title, description, or destinationBranch must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| title | No | New pull request title | |
| repoName | Yes | Repository name | |
| description | No | New pull request description | |
| destinationBranch | No | New destination branch name |