Issue custom field options
Replace custom field options
Replaces the options of a custom field.
Note that this operation only works for issue field select list options created in Jira or using operations from the Issue custom field options resource, it cannot be used with issue field select list options created by Connect or Forge apps.
Permissions required: Administer Jira global permission.
delete/rest/api/2/field/{fieldId}/context/{contextId}/option/{optionId}/issue
Path parameters
fieldIdstring required
The ID of the custom field.
optionIdinteger required
The ID of the option to be deselected.
contextIdinteger required
The ID of the context.
Query parameters
replaceWithinteger
The ID of the option that will replace the currently selected option.
jqlstring
A JQL query that specifies the issues to be updated. For example, project=10000.