You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.