Get pull request description
bb_get_pull_request_descriptionRetrieves a Bitbucket pull request's description as raw Markdown for use in documentation or review workflows.
Instructions
Fetches just a pull request's description text, as raw Markdown.
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. |