Description
When trying to add multiple values to a Multi Select List field with *listOfValues, an STC error shows in the console.
E.g:
def issue = Issues.getByKey('ESD-2') def values = ['A','B'] issue.update { setCustomFieldValue('Select List (multiple choices)', *values) }
[Static type checking] - Cannot find matching method script16801748524201376559806#setCustomFieldValue(com.atlassian.jira.issue.fields.CustomField, java.util.List <ApplicationUsers>). Please check if the declared type is correct and if the method exists.