update_issue
Modify existing GitHub issues by updating titles, descriptions, states, labels, or assignees to track project changes and maintain issue management.
Instructions
Update an existing issue.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| issue_number | Yes | Issue number | |
| title | No | New title | |
| body | No | New body | |
| state | No | New state (open, closed) | |
| labels | No | New list of labels (replaces existing) | |
| assignees | No | New list of assignees (replaces existing) |