manage_module_work_items
Add or remove work items from a module in a single API call. Requires project and module IDs, plus arrays of work item UUIDs to add or remove.
Instructions
Add or remove work items on a module in a single call.
At least one of add_ids or remove_ids must be provided.
Args: project_id: UUID of the project module_id: UUID of the module add_ids: UUIDs of work items to add to the module remove_ids: UUIDs of work items to remove from the module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_ids | No | ||
| module_id | Yes | ||
| project_id | Yes | ||
| remove_ids | No |