replaceCustomFieldOption
Replace custom field options
DELETE /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue HTTP/1.1Parameters
{
"replaceWith": {
"description": "The ID of the option that will replace the currently selected option.",
"required": false,
"location": "query",
"type": "integer",
"format": "int64"
},
"jql": {
"description": "A JQL query that specifies the issues to be updated. For example, *project=10000*.",
"required": false,
"location": "query",
"type": "string"
},
"fieldId": {
"description": "The ID of the custom field.",
"required": true,
"location": "path",
"type": "string"
},
"optionId": {
"description": "The ID of the option to be deselected.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"contextId": {
"description": "The ID of the context.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}