workflow_editor
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: by johnsonjohn
