The "nextPage" field is missing from /rest/api/3/field/search API response

XMLWordPrintable

    • 1
    • Severity 2 - Major
    • 1

      Issue Summary

      The nextPage field is missing from /rest/api/3/field/search API response while according to the following documentation, the response of /rest/api/3/field/search should contain nextPage:

      Steps to Reproduce

      In order to reproduce the issue, run the following curl command:

      curl --request GET \
        --url 'https://your-domain.atlassian.net/rest/api/3/field/search' \
        --user 'email@example.com:<api_token>' \
        --header 'Accept: application/json' 

      Expected Results

      The response should contain the nextPage field.

      Actual Results

      The nextPage field is missing from the response.

      {
        "maxResults": 50,
        "startAt": 0,
        "total": 113,
        "isLast": false,
        "values": [ ... ]
      } 

      Workaround

      Use the startAt parameter to specify the starting point for the next set of results.

            Assignee:
            Unassigned
            Reporter:
            Rosa Faghihi (Inactive)
            Votes:
            8 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: