Update pull request description
bb_update_pull_request_descriptionUpdate a Bitbucket pull request's description while preserving its title, reviewers, and destination branch.
Instructions
Replaces a pull request's description without touching its title, reviewers or destination branch.
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. | |
| description | Yes | New description text (Markdown). Replaces the existing description. | |
| pullRequestId | Yes | Pull request ID. |