list_issue_discussions
Retrieve all discussions associated with a specific GitLab issue using its project ID and issue internal ID.
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 |