create_draft_note
Create a draft note on a merge request to submit preliminary feedback that remains hidden until published.
Instructions
Create a draft note for 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 draft note | |
| in_reply_to_discussion_id | No | The ID of a discussion the draft note replies to | |
| position | No | Position when creating a diff note | |
| resolve_discussion | No | Whether to resolve the discussion when publishing |