Definir (ou tirar) o responsável de uma tarefa
systemtask_task_assignAssign a task to one person, swapping out any previous assignee. Pass null to leave it unassigned. The person must already belong to the task's project.
Instructions
UMA pessoa é responsável por uma tarefa, ou nenhuma — não existem dois. Marcar outra TROCA: a anterior sai. Para deixar sem responsável, mande assignee = null. A pessoa precisa participar do projeto da tarefa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | O id da tarefa. | |
| project | Yes | Nome ou id do projeto da tarefa — é dentro dele que o nome de usuário é resolvido. | |
| assignee | Yes | Nome de usuário ou id de quem assume. null (ou "ninguem") deixa a tarefa sem responsável. |