Hi,
we'd like to use the Groovy Runner plugin for Jira to validate if a user has entered a comment in a workflow transition screen.
Since this is part of a larger script, we have to stick to Groovy Runner and cannot use another plugin.
Any help how this can be done would be greatly appreciated.
Regards, Jochen
if (transientVars.get("comment")) { ... }
in a validator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way to validate if comment was entered using ScriptRunner Cloud validator?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.