-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.3-OD-1, 6.3.15, 6.4.5
-
6.03
-
7
-
Severity 3 - Minor
-
3
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
- use the REST API to update an issue (use /rest/api/2/issue/{issueIdOrKey})
- BUG the response is 204 and the issue is updated correctly
- expected - the response is 200 and the issue is updated correctly
As per https://docs.atlassian.com/jira/REST/latest/#d2e1698 200 is expected, not 204.
Probably this should be fixed on master not on stable to be kind to any developers using a workaround that looks for 204 instead of 200.
- relates to
-
JRACLOUD-37536 REST API returns 204 instead of 200 on successful issue update
-
- Closed
-
-
JRASERVER-35808 API docs for PUT /rest/api/2/issue don't list 204 as a return code
-
- Closed
-