update-issue
Update issue details such as name, description, priority, state, assignees, labels, parent, and dates in a Plane.so project.
Instructions
Update an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project | |
| issue_id | Yes | The ID of the issue to update | |
| name | No | Updated name of the issue | |
| description | No | Updated description of the issue | |
| description_html | No | Updated HTML description of the issue | |
| priority | No | Updated priority of the issue (urgent, high, medium, low, none) | |
| state | No | Updated ID of the state for this issue | |
| assignees | No | Updated array of user IDs to assign to this issue | |
| labels | No | Updated array of label IDs to apply to this issue | |
| parent | No | Updated ID of the parent issue, if this is a sub-issue | |
| start_date | No | Updated start date in YYYY-MM-DD format | |
| target_date | No | Updated target completion date in YYYY-MM-DD format |