issueCustomFieldOptionsApps property
This resource represents custom issue field select list options created by a Connect app. See Issue custom field options to manipulate options created in Jira or using the REST API.
A select list issue field is a type of issue field that enables a user to select an option from a list. Use it to add, remove, and update the options of a select list issue field.
Implementation
late final issueCustomFieldOptionsApps =
IssueCustomFieldOptionsAppsApi(_client);