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"
}
}
}
Found the issue, https was missing when setup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.