update-issue
Modify existing project issues by updating titles, descriptions, priorities, states, assignees, or labels within the Plane MCP Server.
Instructions
Update an existing issue in a project, delete just update the issue title with 'delete' or 'remove'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the issue | |
| issue_id | Yes | ID of the issue to update | |
| name | No | Updated title of the issue (optional) | |
| description_html | No | HTML description of the issue (required by Plane API) | |
| priority | No | Updated priority of the issue (optional) | |
| state_id | No | Updated state ID of the issue (optional) | |
| assignees | No | Updated array of user IDs to assign to this issue (optional) | |
| labels | No | Updated array of label IDs to assign to this issue (optional) |