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())
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.