Create Custom Field

POST {{baseUrl}}/rest/api/3/field

Creates a custom field.

Permissions required: Administer Jira global permission.

Request Body

{"name"=>"<string>", "searcherKey"=>"<string>", "type"=>"<string>", "description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;customfield_10101&quot;,&quot;key&quot;:&quot;customfield_10101&quot;,&quot;name&quot;:&quot;New custom field&quot;,&quot;untranslatedName&quot;:&quot;New custom field&quot;,&quot;custom&quot;:true,&quot;orderable&quot;:true,&quot;navigable&quot;:true,&quot;searchable&quot;:true,&quot;clauseNames&quot;:[&quot;cf[10101]&quot;,&quot;New custom field&quot;],&quot;schema&quot;:{&quot;type&quot;:&quot;project&quot;,&quot;custom&quot;:&quot;com.atlassian.jira.plugin.system.customfieldtypes:project&quot;,&quot;customId&quot;:10101}}