Issue custom field options
Get custom field options (context)
Returns a paginated list of all custom field option for a context. Options are returned first then cascading options, in the order they display in Jira.
This operation works for custom field options created in Jira or the operations from this resource. To work with issue field select list options created for Connect apps use the Issue custom field options (apps) operations.
Permissions required: Administer Jira global permission. Edit Workflow edit workflow permission
get/rest/api/3/field/{fieldId}/context/{contextId}/option
Path parameters
fieldIdstring required
The ID of the custom field.
contextIdinteger required
The ID of the context.
Query parameters
optionIdinteger
The ID of the option.
onlyOptionsboolean
Whether only options are returned.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
Response
Returned if the request is successful.