get_pull_request
Retrieve details and merge commit information for a Bitbucket pull request by providing workspace, repository, and pull request ID.
Instructions
Get details of a Bitbucket pull request including merge commit information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") | |
| repository | Yes | Repository slug (e.g., "my-repo") | |
| pull_request_id | Yes | Pull request ID |