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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.