A worklog ID changed after the supplied cursor.

interface JiraWorklogUpdatedItem {
    issueId: number;
    updatedTime: number;
    worklogId: number;
}

Properties

issueId: number

Issue ID containing the worklog

updatedTime: number

Epoch milliseconds when the worklog was updated

worklogId: number

Worklog ID