I would like to display a warning message (with just an “OK” button) when transitioning from one status to another. I tried using a ScriptFunction in the workflow of the WI with the following code (display_message.js): // Get work item var workItem = workflowContext.getTarget(); // Get the first parameter – the message itself var fieldMsg = arguments.getAsString(“field.msg”); // Display message
Tag: polarion
Scheduler Job did not have enough permission to write to the svn
I have a job script that is executed every 5 minutes by the scheduler. This script search for specific Workitems and change them. The script is working well if I execute it manually because then I am the “current User” and have enough permissions to write in the svn. BUT if the scheduler execute it the current user is: “polarion”