update_issue_note
Edit an existing issue thread note to update its body or resolve/unresolve it. Requires project ID, issue IID, discussion ID, note ID, and new content.
Instructions
Modify an existing issue thread note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The content of the note or reply | |
| note_id | No | The ID of a thread note | |
| resolved | No | Resolve or unresolve the note | |
| issue_iid | No | The IID of an issue | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a thread |