Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-5598

Add more data to server-info REST endpoint

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • REST
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Problem Definition

      As a solution for CWD-5477 we've extended /admin/latest/server-info to include following new information:

      • base URL
      • versions
      • deployment type
      • server time

       Here's an example of response from this endpoint in Crowd 4.1:

      {
        "version": "4.1.0",
        "deploymentTitle": "CROWD",
        "buildNumber": 1529,
        "buildDate": "2020-06-19",
        "baseUrl": "https://mycrowd.com",
        "versions": [
          "4",
          "1",
          "0"
        ],
        "deploymentType": "Server",
        "serverTime": "2020-06-22T13:48:30.818+0000"
      }
      

      With those changes Crowd’s server-info endpoint returns an identical set of data to Jira’s server info endpoint. However there may be more Crowd specific data that would be of value to the endpoint’s consumers. An example of such data is the list from the original ticket (CWD-5477), which included data from the following pages:

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dowoc@atlassian.com Dawid Owoc
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: