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?
Hi,
Are you using this api to create the issue ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The API is
/rest/api/3/issue
not
/rest/api/3/issue/create
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.