Hello,
I'm trying to find out the easiest way to create a validator that will compare the values of two select lists, single choice to ensure they don't have the same value.
I'd think something like this would work, but it doesnt work the way I'd expect it to. I'm using JMWE for this.
issue.customfield_10619.value != issue.customfield_10620.value
would any changes be needed if both fields were multi-select?
Absolutely. The first question would be: would you want to check whether the two fields are identical, or whether the two fields share at least one value?