list_issue_discussions
Retrieve discussions for a GitLab issue using project ID and issue internal ID, with optional pagination.
Instructions
List discussions for an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| issue_iid | Yes | The internal ID of the project issue | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |