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

    Interface GetWorklogsForIds

    interface GetWorklogsForIds {
        expand?: string;
        ids: number[];
    }

    Hierarchy (View Summary)

    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.

    ids: number[]

    A list of worklog IDs.