list_pr_comments
Retrieve comments from a Bitbucket pull request to review feedback, track discussions, and monitor changes. Provides author details, content, and timestamps for each comment.
Instructions
List comments on a pull request.
Args:
repo_slug: Repository slug
pr_id: Pull request ID
limit: Maximum number of results (default: 50)
Returns:
List of comments with author, content, and timestampsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| limit | No |