interface GetWorklogPropertyKeys {
    issueIdOrKey: string;
    worklogId: string;
}

Properties

issueIdOrKey: string

The ID or key of the issue.

worklogId: string

The ID of the worklog.