merge_pull_request
Merge a pull request in Bitbucket Server by providing project key, repository slug, pull request ID, and version. Optionally include a merge commit message.
Instructions
Merge a pull request in a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | The merge commit message | |
| version | Yes | The current version of the pull request (required for merge) | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) | |
| pullRequestId | Yes | The pull request ID |