workflow_editor

This is an old revision of the document!



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.1763991101.txt.gz
  • Last modified: 06/09/2026 16:02
  • (external edit)