provider Issue custom field options GET
/rest/api/3/customFieldOption/{id} @utdk/jira
/rest/api/3/customFieldOption/{id} Get custom field option
Returns a custom field option. For example, an option in a select list.
Note that this operation **only works for issue field select list options created in Jira or using operations from the [Issue custom field options](#api-group-Issue-custom-field-options) resource**, it cannot be used with issue field select list options created by Connect apps.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** The custom field option is returned as follows:
* if the user has the *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
* if the user has the *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for at least one project the custom field is used in, and the field is visible in at least one layout the user has permission to view.
- id path required
- The ID of the custom field option.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getcustomfieldoption()