Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API for Creating Screen not working

Tulika
March 8, 2026

Hi,

I am trying to use the REST API to create a screen in Jira Data Center, as referenced in the API documentation.

However, when I attempt to call the API, I receive an HTTP 405 – Method Not Allowed error.

Has this API been removed or deprecated in recent versions of Jira Data Center? If so, could you please advise on the recommended alternative approach to create screens programmatically?
My Datacenter instance is v10.3.1

Regards

2 answers

2 accepted

1 vote
Answer accepted
Aron Gombas _Midori_
Community Champion
March 9, 2026

@Tulika

The POST /rest/api/2/screens endpoint for creating screens is a Jira Cloud-only REST API. It is not available in Jira Data Center, which is why you are receiving the 405 Method Not Allowed error.

The Data Center REST API only supports GET on /rest/api/2/screens (to retrieve/search screens), not POST.

0 votes
Answer accepted
Trudy Claspill
Community Champion
March 8, 2026

Hello @Tulika 

Please share with us the details of the API call you are making, and the link for the API documentation you are referencing.

Trudy Claspill
Community Champion
March 8, 2026

I don't see an endpoint in the API documentation that supports creation of screens.

https://developer.atlassian.com/server/jira/platform/rest/v10000/api-group-screens/#api-group-screens

Trudy Claspill
Community Champion
March 8, 2026

Unfortunately that is an API reference for the Jira Cloud app, not the Jira Data Center app .

The Jira Data Center API doesn't provide an endpoint for creating screens, based on the documentation link I provided.

Like Tulika likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
10.3.1
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events