v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
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.

isLastboolean

Whether this is the last page.

maxResultsinteger

The maximum number of items that could be returned.

nextPagestring uri

If there is another page of results, the URL of the next page.

selfstring uri

The URL of the page.

startAtinteger

The index of the first item returned.

totalinteger

The number of items returned.