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

    Interface GetWorklog

    interface GetWorklog {
        expand?: string;
        id: string;
        issueIdOrKey: string;
    }
    Index

    Properties

    expand?: string

    Use expand to include additional information about work logs in the response. This parameter accepts

    properties, which returns worklog properties.

    id: string

    The ID of the worklog.

    issueIdOrKey: string

    The ID or key of the issue.