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

XMLWordPrintable

    • 2

      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.

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

              Created:
              Updated: