We have a set of fields with thousands of options. We can add new values with ScriptRunner, but we also need to be able to remove or disable hundreds of options at a time. If we can't do that, is there perhaps a way to point a field to a list of options in a file, and change the data in the file periodically? Thank you.
Hello Mick,
You can configure a JSON Script using JIRA REST API to delete a custom field option when you need with the following call:
DELETE /rest/api/3/field/{fieldKey}/option/{optionId}
Please, check the documentation below to get more details about it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.