I have a single-select custom field (customField1). If a particular value (value1) is selected for the field, then three other custom fields (customField2, customField3, customField4) are also required.
I have configured this as a validator on the Create transition, but we also need the validation for any time an issue is edited. It seems like a Behavior is the way to go here, but I'm not quite understanding how that would be configured.
Suggestions are greatly appreciated! Thank you!
Community moderators have prevented the ability to post new answers.
Hi @Ashley Honeycutt ~ this might help: https://stackoverflow.com/questions/70605182/make-fields-mandatory-based-on-other-field-value-groovy
We did something similar with a server-side script (like in the link above) in a ScriptRunner Behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.