clone_task
Clone a task by copying specified fields to a target workspace and status.
Instructions
Clone a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| title | No | ||
| fields | Yes | Subset of fields to copy. Common values: `title`, `description`, `rich_description`, `assignees`, `attachments`, `subtasks`, `tags`, `priority`, `start_date`, `due_date`, `checklist`. | |
| status | No | Target status UUID. Defaults to the source status. | |
| task_id | Yes | ||
| Organization | No | Workspace (organization) ID the request is scoped to. |