Documentation

tasks.task.delegate

tasks.task.delegate(taskId, userId)

The method delegates a task.

Parameters

Parameter Description
taskId Task ID.
userId ID of the user to be delegated with the task.

Examples

BX24.callMethod(
    'tasks.task.delegate', 
    {taskId:1, usersId: 2}, 
    function(res){console.log(res.answer.result);}
);


© «Bitrix24», 2001-2024
Up