Hello Support Team, i try to find a way to update following custom field to “null (not set)” or “yes” using REST-API.
This is a partly response from: /rest/api/2/issue//editmeta
"customfield_11548": {
"required": false,
"schema": {
"type": "array",
"items": "option",
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
"customId": 11548
},
"name": "CUSTOM NAME",
"key": "customfield_11548",
"operations": [
"add",
"set",
"remove"
],
"allowedValues": [
{
"self": "<my-url>/rest/api/2/customFieldOption/12697",
"value": "yes",
"id": "12697"
}
]
}