Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIra Create New project rest api call returns 405 Method Not Allowed

Adnan Zafar July 6, 2015

Hi

I am trying to use JIRA Create project rest api POST

https://docs.atlassian.com/jira/REST/7.0-SNAPSHOT/#api/2/project-createProject

 

with Basic authentication and  JSON data

{
"key": "POSTMA",
"name": "FiazanTestProject",
"description": "Example Project description",
"lead": "faizan.ahmed",
"assigneeType": "PROJECT_LEAD",
"issueSecurityScheme": 10010,
"permissionScheme": 0,
"notificationScheme": 10000,
"categoryId":10002
}

 

but it always end up with response "405 Method Not Allowed", however same call for GET is working perfectly fine

any help would be appreciated 

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2015

Which version of JIRA are you trying? The above method is available only in the upcoming 7.0.

 

TAGS
AUG Leaders

Atlassian Community Events