Bellow, the part of the code that I'm using to try it:
field.updateValue(null, issue, new ModifiedValue(issue.getCustomFieldValue(field), null), changeHolder)
But the field keep the same value selected.
Instead "null", I already tried
But nothing set the option to None.
Could you help me?
Can you try this:
field.updateValue(null, issue, new ModifiedValue(issue.getCustomFieldValue(field), ["-1":"None"]), changeHolder)
Regards,
Anzar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.