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

Hierarchy (view full)

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.