delete_module_issue
Remove an issue from a module and unassign the module from the issue in Plane MCP Server. Requires project_id, module_id, and issue_id for precise execution.
Instructions
Remove an issue from a module. Unassign module from issue.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_id | Yes | The uuid identifier of the issue to remove from the module | |
module_id | Yes | The uuid identifier of the module containing the issue | |
project_id | Yes | The uuid identifier of the project containing the module |