mr_discussions
List all discussion items for a merge request. Specify project ID and merge request IID, with optional pagination.
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 |