Details of a changed worklog.

interface ChangedWorklog {
    properties?: EntityProperty[];
    updatedTime?: number;
    worklogId?: number;
}

Properties

properties?: EntityProperty[]

Details of properties associated with the change.

updatedTime?: number

The datetime of the change.

worklogId?: number

The ID of the worklog.