Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-96459

While using the new Jira Search API Endpoint, to be able to retrieve more than 40 changelog records within this call

XMLWordPrintable

    • 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.

      As per the old Search endpoint deprecation and its replacement, it's no longer possible to retrieve more than 40 changelog/history data for a Work Item.

      There's a workaround provided:

      How can I fetch more than 40 changelog items for an issue?

      Use Get changelogs endpoint

      GET /rest/api/3/issue/

      Unknown macro: {issueIdOrKey}

      /changelog

      curl --location 'https://example-jira.atlassian.net/rest/api/latest/issue/BAR-1/changelog' \
      --header 'Content-Type: application/json' \
      --header 'Accept: application/json' \`

      However, this requires an additional API call. We understand that this can cause some additional steps for Customers while working with this new Search API.

      We request that (perhaps by using some additional parameters?) this endpoint have its previous functionality and return all changelog/history records associated with the resulting Work Item.

              Unassigned Unassigned
              2cbc34056992 Michel Guedes
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: