List of changed worklogs.

interface ChangedWorklogs {
    lastPage?: boolean;
    nextPage?: string;
    self?: string;
    since?: number;
    until?: number;
    values?: Version3.Version3Models.ChangedWorklog[];
}

Properties

lastPage?: boolean
nextPage?: string

The URL of the next list of changed worklogs.

self?: string

The URL of this changed worklogs list.

since?: number

The datetime of the first worklog item in the list.

until?: number

The datetime of the last worklog item in the list.

Changed worklog list.