create_issue
Create a new issue in a Gitea repository by providing owner, repo, title, and optional body, labels, assignees, or milestone.
Instructions
Create a new issue in a Gitea repository.
Returns the full Gitea Issue object including the assigned number, URL, and metadata. Label names are resolved to IDs against the repository's label set; an unknown label name fails the call cleanly with the list of valid names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user or organization name) | |
| repo | Yes | Repository name | |
| title | Yes | Issue title | |
| body | No | Issue body in Markdown | |
| labels | No | Label names to apply to the new issue (resolved to IDs automatically) | |
| assignees | No | Usernames to assign to the new issue | |
| milestone | No | Milestone ID to attach |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||