tea_issue_create
Create a new issue in a Gitea repository with title, description, labels, assignees, milestone, deadline, and version reference.
Instructions
Create a new issue in the current repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository path or 'owner/name' slug (defaults to repo detected from working directory) | |
| title | Yes | Issue title | |
| labels | No | Comma-separated list of labels to assign | |
| deadline | No | Deadline timestamp to assign | |
| assignees | No | Comma-separated list of usernames to assign | |
| milestone | No | Milestone to assign | |
| description | No | Issue description / body | |
| referencedVersion | No | Commit hash or tag name to reference |