update_issue
Modify an existing project issue by changing its status, priority, assignee, tags, or other fields to keep tracking accurate.
Instructions
Update an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags | |
| title | No | New title | |
| status | No | New status | |
| issue_id | Yes | UUID of the issue to update | |
| priority | No | New priority | |
| severity | No | New severity | |
| issue_type | No | New issue type | |
| assigned_to | No | New assignee | |
| description | No | New description | |
| resolved_date | No | Date issue was resolved (ISO 8601 format) |