Skip to content
Advertisement

Tag: polarion

Polarion – Display message box to the user

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

Advertisement