gitea_update_issue
Modify existing Gitea issues by updating title, body, state, assignees, labels, or milestone to manage project tracking and collaboration.
Instructions
[UNIFIED] Update an existing issue. Can modify title, body, state, assignees, labels, and milestone.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| issue_number | Yes | ||
| title | No | ||
| body | No | ||
| state | No | ||
| assignee | No | ||
| assignees | No | ||
| labels | No | ||
| milestone | No |