update_issue
Modify existing issue details in the Plane MCP Server by providing project_id, issue_id, and updated issue_data fields for streamlined project management.
Instructions
Update an issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_data | Yes | The fields to update on the issue | |
issue_id | Yes | The uuid identifier of the issue to update | |
project_id | Yes | The uuid identifier of the project containing the issue |