List Comments On Pull Request

Returns a paginated list of all comments made on a specific pull request in a Bitbucket repository, identified by the workspace, repository slug, and pull request ID. The comments are returned in chronological order and include both inline code comments and general pull request comments. Each comment object contains details such as the comment content, author information, creation timestamp, and any associated metadata like the file path and line number for inline comments. This endpoint supp...