Github Update Issue
github_update_issueUpdate an existing GitHub issue by modifying its title, body, state, or labels. Only provide the fields you want to change; unspecified fields remain unchanged.
Instructions
Updates an existing issue. Only the fields supplied are sent, the rest keep their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Replacement body in Markdown. Omit to leave the current body alone | |
| state | No | Omit to leave the issue in whichever state it is already in | |
| title | No | Replacement title. Omit to leave the current title alone | |
| labels | No | Replacement label set. Omit to keep the current labels, pass [] to strip them all. The 'mcp' tracking label is not re-added here | |
| repo_name | Yes | ||
| repo_owner | Yes | ||
| issue_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| state | Yes | ||
| title | Yes | ||
| author | Yes | ||
| labels | Yes | ||
| number | Yes | ||
| html_url | Yes | ||
| assignees | Yes | ||
| milestone | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |