interface MoveIssuesToEpic {
    epicIdOrKey: string;
    issues?: string[];
}

Properties

Properties

epicIdOrKey: string

The id or key of the epic that you want to assign issues to.

issues?: string[]