create_draft_note
Create draft comments on GitLab merge request diffs to provide feedback before publishing. Add comments to specific code lines, files, or images in the review process.
Instructions
Create a draft note for a merge request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request | |
| body | Yes | The content of the draft note | |
| position | No | Position when creating a diff note | |
| resolve_discussion | No | Whether to resolve the discussion when publishing |