Server
Jira Data Center / Reference / REST API

customFieldOption

GET

Get custom field option by ID

Returns a full representation of the Custom Field Option that has the given id.

Request

Path parameters

id

string

Required

Responses

Returned if the Custom Field Option exists and is visible by the calling user.

application/json

CustomFieldOptionBean
GET/api/2/customFieldOption/{id}
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/customFieldOption/{id}' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'

Rate this page: