cor_update_task
Update existing COR tasks by modifying status, priority, assignee, due date, or other fields. Provide only the fields you want to change.
Instructions
Actualiza una tarea existente en COR. / Update an existing COR task. Only provide the fields you want to change. Useful for changing status, priority, assignee, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID de la tarea / Task ID | |
| name | No | Nuevo nombre / New name | |
| description | No | Nueva descripción / New description | |
| status | No | Estado: nueva | en_proceso | estancada | finalizada | |
| priority | No | Prioridad: 0=Low, 1=Medium, 2=High, 3=Urgent | |
| assigneeId | No | ID del usuario asignado / Assignee user ID | |
| dueDate | No | Fecha límite (YYYY-MM-DD) / Due date | |
| estimatedHours | No | Horas estimadas / Estimated hours |