create_issue_note_emoji_reaction
Add an emoji reaction to an issue note or discussion thread reply. Specify project, issue IID, note ID, and emoji name.
Instructions
Add an emoji reaction to an issue note. Pass discussion_id for discussion thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') | |
| note_id | Yes | The ID of a note (comment or thread reply) | |
| issue_iid | Yes | The IID of an issue | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes. |