[im trigger] how to set and remove single field-values in ibpl- or picklists by a trigger
Hi @all,
we need to change single values of an IBPL-field via trigger. Normally i would read the whole content of this field, change this content within the script (i.e. adding or removing issues) and after this put the whole (new) content into the field by setFieldValue. But in our actual usecase this doesnt work, because the item is in a state, in which some of the existent fieldvalues must not be added as new.
So i need to explicitly add or remove only this single value without changing all the other content of the field. How can i do this via trigger? I know some similar function for relationship fields (addRelatedIssues or removeRelatedIssues), but it seems that there is no equivalent for other field-types?
Thanks, Jens

