update_issue
Modify an issue by ID, applying only the supplied changes. Set status, priority, title, labels, module, description, start date, or target date without touching other fields.
Instructions
Update an existing issue by identifier. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| labels | No | Replace labels | |
| module | No | New module name. Omit to leave unchanged; pass an empty string "" to unassign. | |
| status | No | New status: backlog, todo, active, done, cancelled | |
| priority | No | New priority: urgent, high, medium, low, none | |
| identifier | Yes | Issue ID like PRO-42 | |
| start_date | No | New start date (ISO 8601 date, e.g. 2026-06-01) | |
| description | No | New description (markdown) | |
| target_date | No | New target/due date (ISO 8601 date, e.g. 2026-06-15) |