I'm creating a list of tasks for someone to complete externally using the checkboxes field.
I would like to make a validator that only allows the transition button appear once every box has been ticked, but am not sure what groovy code I need to use for this.
Please may someone help! Also please assume that I have zero coding knowledge, which is very close to the truth!
In order to hide the button you need to use a condition.
Lets say you have four checkboxes (values A, B, C, and D) in yourField. then use
yourField = A and yourField = B and yourField = C and yourField = D
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.