get_draft_note
Retrieve a single draft note from a merge request using project ID, draft note ID, and merge request IID to access specific pending feedback.
Instructions
Get a single draft note from a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| draft_note_id | No | The ID of the draft note | |
| merge_request_iid | No | The IID of a merge request |