get_draft_note
Retrieve a specific draft comment from a GitLab merge request using project ID, merge request IID, and draft note ID.
Instructions
Get a single draft note from 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 | |
| draft_note_id | No | The ID of the draft note |