NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
The doc here:
https://docs.atlassian.com/jira/REST/ondemand/#d2e2323
for POST /rest/api/2/issue
says it should be 200.
available response representations:
200 - application/json (issue) [collapse]
Example
{
"id": "10000",
"key": "TST-24",
"self": "http://www.example.com/jira/rest/api/2/issue/10000"
}
Returns a link to the created issue.400 [expand]
The actual answer is
201 - Created
- is related to
-
JRASERVER-39339 JIRA REST API for creating issue returns 201 on success
-
- Closed
-