update_issue
Update an existing issue by its identifier, changing only the fields you provide—title, status, priority, description, dates, module, or labels.
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) |