Hello,
I am having a problem because my post function validator is triggering when the issue does not have the field required or optional. Its not even listed in the issue and thus the user cannot even create an issue.
I would like to have that validator in place because if works perfectly for 90%+ of the issues but hoping to find a workaround without changing issue type + workflow.
Any ideas how to do that?
Thanks in advance
You'll need to change the workflow. A validator is always run when you try to transition an issue, so you'd have to stop it with the workflow.
Or, if it is a scripted validator, you could add code for "if field doesn't exist, don't check it"
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.