The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

API v3 405 when creating new issue with atlassian.net/rest/api/3/issue

9Round IT Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 10, 2020

I cannot seem to post to atlassian.net/rest/api/3/issue and am getting a 405 error.

From the documentation it says to post to that end point to create a new issue. Not sure what I am missing.

an example code below:

{
  "update": {},
  "fields": {
    "summary": "A new ticket just for you!",
    "issuetype": {
      "id": "10103"
    },
    "project": {
      "id": "10000"
    },
    "reporter": {
       "id": "myId"
     }
  }
}

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
9Round IT Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 10, 2020

Found the issue, https was missing when setup