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

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.