Aller au contenu

link_task

Cross-reference two existing tasks so they are navigable both ways on each task's fiche. Use it to relate tasks you did not just create; for a follow-up filed in one call, prefer link_to on create_project_task. The reverse relation is stored on the other task automatically.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
task_idstringrequisThis task's uuid or its #number.
related_task_idstringrequisThe other task to link - its uuid or #number.
relationstringoptionnelHow they relate, from this task's side: spawned (this led to it), spawned_from (it led to this), blocks, blocked_by, related. (spawned, spawned_from, blocks, blocked_by, related)
notestringoptionnelWhy they are linked (shown on both fiches).
{
"tool": "link_task",
"arguments": {
"task_id": "<task_id>",
"related_task_id": "<related_task_id>"
}
}