interface WorklogsMoveRequestBean {
    ids?: number[];
    issueIdOrKey?: string;
}

Properties

Properties

ids?: number[]

A list of worklog IDs.

issueIdOrKey?: string

The issue id or key of the destination issue