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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.