create_issue_emoji_reaction
Add an emoji reaction to a specified GitLab issue. Provide 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 |
|---|---|---|---|
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') | |
| issue_iid | Yes | The IID of an issue | |
| project_id | Yes | Project ID or complete URL-encoded path to project |