Merge request discussions
gitlab_get_mr_discussionsRetrieve all review threads, inline comments, and general notes from a GitLab merge request.
Instructions
Lists review threads, inline comments, and general MR notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | ||
| repo_path | No | Absolute local clone path; resolves project and MR from current branch. | |
| project_id | No | Numeric ID or group/repo path on GitLab. | |
| merge_request_iid | No | Merge request IID. Omit with repo_path to resolve from current branch. |