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!
Community moderators have prevented the ability to post new answers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.