create_issue_emoji_reaction
Add an emoji reaction to a GitLab issue by providing project ID, issue IID, and emoji name (e.g., thumbsup, rocket, eyes).
Instructions
Add an emoji reaction to an issue (e.g. thumbsup, rocket, eyes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| issue_iid | Yes | The IID of an issue | |
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') |