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

    Interface GetIdsOfWorklogsModifiedSince

    interface GetIdsOfWorklogsModifiedSince {
        expand?: string;
        since?: number;
    }
    Index

    Properties

    Properties

    expand?: string

    Use expand to include additional information about worklogs in the response. This parameter accepts properties that returns the properties of each worklog.

    since?: number

    The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.