interface AddStatusParams {
    color: ProjectStatusColor;
    name: string;
    projectIdOrKey: string | number;
}

Properties

Background color 状態の背景色

name: string

Status name 状態の名前

projectIdOrKey: string | number

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