Request bean for bulk changelog retrieval

interface BulkChangelogRequestBean {
    fieldIds?: string[];
    issueIdsOrKeys: string[];
    maxResults?: number;
    nextPageToken?: string;
}

Properties

fieldIds?: string[]

List of field IDs to filter changelogs

issueIdsOrKeys: string[]

List of issue IDs/keys to fetch changelogs for

maxResults?: number

The maximum number of items to return per page

nextPageToken?: string

The cursor for pagination