Get pull request
bb_get_pull_requestFetches complete details of a Bitbucket pull request, including its description, using pull request ID and optional workspace and repo slugs.
Instructions
Fetches full details of a single pull request, including its description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | No | Repository slug. Falls back to BITBUCKET_REPO_SLUG if omitted. | |
| workspace | No | Bitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted. | |
| pullRequestId | Yes | Pull request ID. |