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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":10005,"name":"Resolve Security Issue Screen","description":"Enables changes to resolution and linked issues."}