{ "operationId": "atlassianCreatescreen", "method": "POST", "path": "/rest/api/3/screens", "summary": "Atlassian Create Screen", "requestExamples": [ { "contentType": "application/json", "example": { "description": "Enables changes to resolution and linked issues.", "name": "Resolve Security Issue Screen" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": "{\"id\":10005,\"name\":\"Resolve Security Issue Screen\",\"description\":\"Enables changes to resolution and linked issues.\"}" }, { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The name is used by another screen.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can manage screens.\"],\"errors\":{}}" } ] }