workflow_editor


Example

//Notify CI Supported By
//Param 1
(function() {
	if (current.task.assigned_to != current.task.cmdb_ci.supported_by)
		if (current.task.priority == 1 || current.task.priority == 2 )
			return current.task.cmdb_ci.supported_by + "";
	return "";
}());
  • workflow_editor.txt
  • Last modified: 11/24/2025YYY 05:31
  • by johnsonjohn