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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.