interface GetWorklogProperty {
    issueIdOrKey: string;
    propertyKey: string;
    worklogId: string;
}

Properties

issueIdOrKey: string

The ID or key of the issue.

propertyKey: string

The key of the property.

worklogId: string

The ID of the worklog.