I need help with throwing an error when a value of custom multi select list (Version Picker (multiple versions) ) is 'Value1' and fixversions is empty.
I tried:
!(cfValues["Multiselect"]*.value.contains ("Value1")) || issue.fixVersions
!('Value1' in cfValues['Multiselect']*.value) || issue.fixVersions
But the validation of the custom field always returns error for any values, even without the second part.