update-issue
Modify GitHub issues by updating titles, bodies, labels, assignees, milestones, or states. Streamline issue tracking and project management directly through specified repository details.
Instructions
Update an existing GitHub issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignees | No | Usernames to assign (replaces existing) | |
body | No | New body | |
issueNumber | Yes | Issue number | |
labels | No | Labels to apply (replaces existing) | |
milestone | No | Milestone ID (null to clear) | |
owner | Yes | Repository owner (username) | |
repo | Yes | Repository name | |
state | No | State (open or closed) | |
title | No | New title |