Paged wrapper returned by GET /rest/api/latest/issue/{key}/worklog.

interface JiraWorklogResponse {
    maxResults: number;
    startAt: number;
    total: number;
    worklogs: JiraWorklog[];
}

Properties

maxResults: number

Maximum number of worklogs returned

startAt: number

Index of the first worklog

total: number

Total number of worklogs

worklogs: JiraWorklog[]

Worklogs in this page