Create Custom Field Options

POST {{baseUrl}}/rest/api/3/customField/:fieldId/option

Creates options and, where the custom select field is of the type Select List (cascading), cascading options for a custom select field. The options are added to the global context of the field.

Note that this operation only works for issue field select list options created in Jira or using operations from the Issue custom field options resource, it cannot be used with issue field select list options created by Connect apps.

Permissions required: Administer Jira global permission.

Request Body

{"options"=>[{"value"=>"<string>", "cascadingOptions"=>["<string>", "<string>"]}, {"value"=>"<string>", "cascadingOptions"=>["<string>", "<string>"]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{}