interface UpdateStatusParams {
    color?: ProjectStatusColor;
    id: number;
    name?: string;
    projectIdOrKey: string | number;
}

Properties

Background color 状態の背景色

id: number

Status ID 状態のID

name?: string

Status name 状態の名前

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー