list_issue_discussions
List all discussions for a GitLab issue by providing project ID and issue IID. Use pagination to fetch all comments.
Instructions
List discussions for an issue
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 | Yes | The internal ID of the project issue | |
| project_id | Yes | Project ID or URL-encoded path |