remove-issue-from-module
Remove an issue from a module in Plane projects by specifying project, module, and issue IDs to maintain organized project management workflows.
Instructions
Remove an issue from a module
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the module | |
| module_id | Yes | ID of the module to remove issue from | |
| issue_id | Yes | ID of the issue to remove from the module |