v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Screens

Update screen

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

Permissions required: Administer Jira global permission.

put/rest/api/3/screens/{screenId}

Path parameters

screenIdinteger required

The ID of the screen.

Request body

descriptionstring

The description of the screen. The maximum length is 255 characters.

namestring

The name of the screen. The name must be unique. The maximum length is 255 characters.

Response

Returned if the request is successful.

descriptionstring

The description of the screen.

idinteger

The ID of the screen.

namestring

The name of the screen.