I'm trying to conditionally create a subtask based on the value of a custom field. I'm using the script runner plug-in, but can't get the Condition to work. I've tried:
cfValues['customfield_10602'] == 'Client Funded'
But the subtask doesn't get created, even when I have Client Funded value checked on the parent.
The customfield_10602 is a group of checkboxes, and 'Client Funded' is one of the possible choices.
Anyone have any suggestions?