update_issue
Update an existing issue's title, description, or status. Only pass the fields you want to change, using the issue's local ID to identify it.
Instructions
Update an existing issue's title, description, or status. Only provided fields will be changed. The issue is identified by its local numeric ID (not UUID). Use get_issue first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| title | No | New title | |
| status | No | New status | |
| project | Yes | Project alias | |
| issue_id | Yes | Issue local ID | |
| description | No | New description |