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

    Interface ChangedWorklog

    Details of a changed worklog.

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

    Properties

    Details of properties associated with the change.

    updatedTime?: number

    The datetime of the change.

    worklogId?: number

    The ID of the worklog.