Hello,
I would like to clear by groovy (updated event- script listener) the selected value in a checkbox custom field.
I tried without success those codes:
def X = customFieldManager.getCustomFieldObject("customfield_12345")
issue.setCustomFieldValue(X, null)
def X = customFieldManager.getCustomFieldObject("customfield_12345")
issue.setCustomFieldValue(X, "")
Can someone help me with it ?
Thanks,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.