REST API returns 204 instead of 200 on successful issue update

XMLWordPrintable

    • 2
    • Severity 3 - Minor

      NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.

      1. use the REST API to update an issue (use /rest/api/2/issue/{issueIdOrKey})
      2. BUG the response is 204 and the issue is updated correctly
      3. 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.

            Assignee:
            Unassigned
            Reporter:
            Eric Dalgliesh
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: