delete_module_issue
Remove an issue from a module by unassigning it. Input the project ID, module ID, and issue ID to delete the module-issue association.
Instructions
Remove an issue from a module. Unassign module from issue.
Args: project_id: The UUID identifier of the project containing the module module_id: The UUID identifier of the module containing the issue issue_id: The UUID identifier of the issue to remove from the module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| module_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |