add_module_issues
Add issues to a module and assign the module to those issues. Provide project ID, module ID, and issue UUIDs to update both relationships.
Instructions
Add issues to a module. Assign module to issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | Array of issue UUIDs to add to the module | |
| module_id | Yes | The uuid identifier of the module to add issues to | |
| project_id | Yes | The uuid identifier of the project containing the module |