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