list_issue_discussions
Retrieve and view discussions for a specific issue in a GitLab project to track conversations and collaboration.
Instructions
List discussions for an issue in a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| issue_iid | No | 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) |