def userList = getCustomFieldValue(issue,10032L);
userList += [getUser("r.sheraliev")];
for(def comp in arrayOfComponents){
if(comp.getName()=="Коммерческий блок"){
issue.setCustomFieldValue(cf, userList.collect{it})
ComponentAccessor.getIssueManager().updateIssue(currentUser, issue, EventDispatchOption.ISSUE_UPDATED, false)
}
}