Create Screen

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

Creates a screen with a default field tab.

Permissions required: Administer Jira global permission.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:10005,&quot;name&quot;:&quot;Resolve Security Issue Screen&quot;,&quot;description&quot;:&quot;Enables changes to resolution and linked issues.&quot;}