Get pull request details
get_pull_requestRetrieve the title, description, author, state, and branch details for a specific pull request to review what the change claims to do.
Instructions
Title, description, author, state, and branches for one pull request. The description is what the change claims to do, which is what a review measures it against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | No | Repository slug, e.g. "billing-api". Defaults to BITBUCKET_REPO_SLUG. | |
| workspace | No | Bitbucket workspace ID, e.g. "acme". Defaults to BITBUCKET_WORKSPACE. | |
| pull_request_id | Yes |