list_issue_comments
Retrieve comments on a Bitbucket issue to track discussions and feedback. Specify repository, issue ID, and optional pagination to view all comments.
Instructions
List comments on an issue.
Args: repo_slug: Repository slug (name) issue_id: Issue ID workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25)
Returns: List of comments on the issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| issue_id | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No |