update_issue
Update an existing issue by providing its ID and project ID, along with new title, description, status, and priority.
Instructions
Update an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue ID (slug) | |
| name | Yes | Issue title | |
| status | Yes | Issue status | |
| content | Yes | Issue description | |
| priority | Yes | Issue priority | |
| project_id | Yes | Project ID (slug) |