Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77552

REST API documentation update

    XMLWordPrintable

Details

    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      In our Jira Server platform REST API reference
      We have HTTP code and responses.
      Which applies to the responses you get in the UI.

      I.E: For non-existent issues:

      You can't view this issue
      It may have been deleted or you don't have permission to view it.

      The same error message is not shown when using REST API endpoint:

      https://<Jira_Base_Url>/rest/api/2/issue/{Issue-Key}

      curl -u admin:admin http://localhost:49124/j9124/rest/api/2/issue/TEG-12345
      {"errorMessages":["Issue Does Not Exist"],"errors":{}}%  

      We should update our documentation. to show all available responses we have in Jira.

      Attachments

        Activity

          People

            a803384f6b1d Tomek Prus
            dbaeza@atlassian.com Diego Baeza
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: