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

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

Suggest an answer

Log in or Sign up to answer