get_merge_request_note
Retrieve a specific note from a merge request by providing the project ID, merge request IID, and note ID.
Instructions
Get a specific 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 | |
| note_id | Yes | The ID of a thread note |