get_pull_request_comments
Retrieve all comments posted on a specific pull request. Provide the project key, repository slug, and pull request ID to access feedback and discussions.
Instructions
Get comments on a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) | |
| pullRequestId | Yes | The pull request ID |