interface GetChangeLogs {
    issueIdOrKey: string;
    maxResults?: number;
    startAt?: number;
}

Properties

issueIdOrKey: string

The ID or key of the issue.

maxResults?: number

The maximum number of items to return per page.

startAt?: number

The index of the first item to return in a page of results (page offset).