interface AddIssueTypeParams {
    color: IssueTypeColor;
    name: string;
    projectIdOrKey: string | number;
    templateDescription?: string;
    templateSummary?: string;
}

Properties

Background color 状態の背景色

name: string

Status name 状態の名前

projectIdOrKey: string | number

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

templateDescription?: string

Description 課題テンプレートの詳細

templateSummary?: string

Subject 課題テンプレートの件名