Documentation

task.comment.add

This method adds comment to task.

Function parameters

ParameterDescription
TASKID Task ID.
COMMENTTEXT Comments.

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.comment.add',
   [1, 'comment text'],
   function(result)
	{
      console.info(result.data());
      console.log(result);
	}
);


© «Bitrix24», 2001-2024