Hi Everbody,
I want to update a CustomField that have multiply choice.
When I do an update on a Custom Field with only a single choice, I am doing this:
When I've needed to do this, I create a Collection<String> variable, populate that variable with the necessary values, and then update the custom field with that variable.
For example, I have a script listener that takes all of the values for a multi-select field in all of the issues linked to one issue. Then I populate that same field on the one issue with all of the collected values. Here's the code snippets that are applicable:
Sorry about the formatting. I put my comments in italics. The code is in normal text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.