add_module_issues
Add one or more issues to a specific module within a Plane project, associating them with that module for streamlined task management.
Instructions
Add issues to a module. Assign module to issues.
Args: project_id: The UUID identifier of the project containing the module module_id: The UUID identifier of the module to add issues to issues: Array of issue UUIDs to add to the module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| module_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |