-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? 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.
- is related to
-
JRASERVER-37536 REST API returns 204 instead of 200 on successful issue update
-
- Gathering Impact
-