create_merge_request_thread
Start a discussion thread on a merge request by providing the project, merge request IID, and comment body. Optionally attach the thread to a specific code change using diff position parameters.
Instructions
Create a new thread on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| body | Yes | The content of the thread | |
| position | No | Position when creating a diff note | |
| created_at | No | Date the thread was created at (ISO 8601 format) |