issueCustomFieldOptions property
This resource represents custom issue field select list options created in Jira or using the REST API. This resource supports the following field types:
- Checkboxes.
- Radio Buttons.
- Select List (single choice).
- Select List (multiple choices).
- Select List (cascading).
See Issue custom field options (apps) to manipulate custom issue field select list options created by a Connect app.
Use it to retrieve, create, update, order, and delete custom field options.
Implementation
late final issueCustomFieldOptions = IssueCustomFieldOptionsApi(_client);