list_issue_discussions
Retrieve all discussions for a specific GitLab issue by providing project ID and issue IID, with support for pagination to manage large conversation threads.
Instructions
List discussions for an issue in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| issue_iid | No | The internal ID of the project issue | |
| project_id | No | Project ID or URL-encoded path |