Hi community
I'd create a new field, type multiselectro, and I need to update by groovy post funtcion.
Anybody knows how I can do this?
Thanks
I did this:
def array = [Framework, Hardward, Laptop]
def trigerTCA = ComponentAccessor.getCustomFieldManager().getCustomFieldObject("customfield_19504")
trigerTCA.updateValue(null,issue,new ModifiedValue(issue.getCustomFieldValue(trigerTCA), array.toString() ),new DefaultIssueChangeHolder())