mr_discussions
Retrieve discussion threads for a merge request. Provide project ID and merge request IID to list comments with pagination support.
Instructions
List discussion items for a merge request
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) | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request |