Update Screen

PUT {{baseUrl}}/rest/api/3/screens/:screenId

Updates a screen. Only screens used in classic projects can be updated.

Permissions required: Administer Jira global permission.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&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;}