bb_get_pull_request_comments
Retrieve the review discussion on a Bitbucket pull request, including both general and inline comments. Provide the PR ID, and optionally workspace and repository slugs.
Instructions
Get the review discussion on a Bitbucket PR (general and inline comments).
Args: pull_request_id: The PR id (number). workspace: Bitbucket workspace slug. repo: Repository slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository slug. Defaults to BITBUCKET_DEFAULT_REPO. | |
| workspace | No | Bitbucket workspace slug. Defaults to BITBUCKET_WORKSPACE. | |
| pull_request_id | Yes | The PR id (number). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||