create_draft_note
Create a draft note on a GitLab merge request to leave feedback or start a discussion before publishing.
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 | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | 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 |