create_draft_note
Save a draft comment on a GitLab merge request before publishing, with optional inline position for code or image diffs. Draft notes let you provide feedback and finalize later.
Instructions
Create a draft note for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the draft note | |
| position | No | Position when creating a diff note | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request | |
| resolve_discussion | No | Whether to resolve the discussion when publishing | |
| in_reply_to_discussion_id | No | The ID of a discussion the draft note replies to |