issue_update
Update an issue's title, body, state, labels, assignees, and lock status. Labels and assignees are fully replaced; pass an empty array to clear.
Instructions
Update a generic issue in place, including title, body, state, labels, assignees, and lock status. labels and assignees are full replacements; pass an empty array to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueNumber | Yes | ||
| title | No | ||
| body | No | ||
| state | No | ||
| stateReason | No | ||
| labels | No | ||
| assignees | No | ||
| locked | No | ||
| repo | No |