Forums

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

Always getting status 405 calling jira rest api v3 with postman

Wolfgang Leideck June 14, 2023

I try to create an issue with postman.

The authentication settings are correct because I can call GET requests.

But I want to do a POST request for creating an issue I get status 405 method not allowed.

This is the body of the request

{
"fields": {
"project": {
"key": "ESO"
},
"issuetype": {
"name": "Task"
},
"summary": "A summary"
}
}

I'm using basic auth with email address and api token.

So what do I wrong here?

 

1 answer

1 accepted

1 vote
Answer accepted
Mohamed Benziane
Community Champion
June 14, 2023
Wolfgang Leideck June 14, 2023

Yes, I do.

https://<jira-site>/rest/api/3/issue/create
Mohamed Benziane
Community Champion
June 14, 2023

The API is

/rest/api/3/issue

not

/rest/api/3/issue/create
Wolfgang Leideck June 14, 2023

Oh yeah. Thanks. Blame on me.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events