Include service desk "description" response from GET service desk REST API

XMLWordPrintable

    • 1

      Problem:

      As listed in the Service Desk REST API Documentation, below is the current behavior for

      curl --request GET \
        --url 'https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk' \
        --header 'Accept: application/json'

      {
      ....
      "values": [
      {
      "id": "10001",
      "projectId": "11001",
      "projectName": "IT Help Desk",
      "projectKey": "ITH",
      "_links":

      { "self": "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/10001" }

      },
      ....

      Suggestion:

      Adding "projectDescription" key/value to this would be helpful for some people.

       

       

       

              Assignee:
              Unassigned
              Reporter:
              Yuji Sakai (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: