Hello,
I have a customscript validator which doesn't execute on popup "Create issue" but only on a big window!
Do you know what the problem might be?
I have an error message as follows in my validator:
if(project && project.getName() == "Business Trips"){
throw new InvalidInputException("Please select a corresponding Project")
}
Can I add another Exception so the script will execute in a popup window as well?
Regards,
Olivera
I suspect your validator is running, but not doing the "if". Have you tried putting messages into it to see what variables it is running with?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.