Documentation

task.item.delegate

Attention! This method is deprecated and is no longer supported. It is recommended to use the methods tasks.task.*.

Delegates task to a user.

Function parameters

ParameterDescription
TASKIDTask ID.
USERIDNew responsible person ID.

Attention! Compliance to parameter sequence in the request is mandatory. If sequence is not observed, the request will be completed with errors.

Example

BX24.callMethod(
	'task.item.delegate',
	[13, 3],
	function(result)
	{
		console.info(result.data());
		console.log(result);
	}
);

© «Bitrix24», 2001-2024