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