get_pull_request_comments
Retrieve and manage comments for a specific pull request in Backlog projects by specifying project, repository, and pull request details for streamlined collaboration.
Instructions
Returns list of comments for a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of comments to retrieve | |
maxId | No | Maximum comment ID | |
minId | No | Minimum comment ID | |
number | Yes | Pull request number | |
order | No | Sort order | |
projectIdOrKey | Yes | Project ID or project key | |
repoIdOrName | Yes | Repository ID or name |