v5

latestOpenAPI 3.0.1Apache 2.02026-08-046169702.3 MB
Issues

Bulk fetch changelogs

Bulk fetch changelogs for multiple issues and filter by fields

Returns a paginated list of all changelogs for given issues sorted by changelog date and issue IDs, starting from the oldest changelog and smallest issue ID.

Issues are identified by their ID or key, and optionally changelogs can be filtered by their field IDs. You can request the changelogs of up to 1000 issues and can filter them by up to 10 field IDs.

Permissions required:

post/rest/api/3/changelog/bulkfetch

Request body

fieldIdsstring[]

List of field IDs to filter changelogs

issueIdsOrKeysstring[] required

List of issue IDs/keys to fetch changelogs for

maxResultsinteger

The maximum number of items to return per page

nextPageTokenstring

The cursor for pagination

Response

Returned if the request is successful.

nextPageTokenstring

Continuation token to fetch the next page. If this result represents the last or the only page, this token will be null.