Mover uma tarefa para outro projeto
systemtask_task_moveMove a task to a different project. For recurring tasks, the entire series moves by default; pass onlyThis=true to move just the current occurrence.
Instructions
Muda a tarefa de projeto. Se ela for RECORRENTE, a série inteira vai junto por padrão — mover só a instância de hoje faria a tarefa voltar sozinha para o projeto antigo amanhã. Use onlyThis = true para forçar mover apenas esta ocorrência.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | O id da tarefa. | |
| project | Yes | Projeto de destino (nome ou id). null tira a tarefa de qualquer projeto. | |
| onlyThis | No | true = mesmo sendo recorrente, move só esta ocorrência. |