Hi ,
I am using Script runner plugin version 2.1.15, I have written a validation snippet which is working fine when I use the name of the custom field and not the ID, but I don't want my script to be tightly coupled with the custom field name
cfValues['Release'].getValue() == 'True
cfValues['customfield_12345'].getValue() == 'True'
is not, any suggestions?