Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ChangedWorklogs

    List of changed worklogs.

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

    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.