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