> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems/troubleshoot-jira-task-creation-set-up-default-issue-types.md).

# Jira タスク作成のトラブルシューティング: 既定の課題タイプを設定する

Aikido 内でのタスク作成が失敗することがあります、 **特に、Jira で設定した課題タイプに、Aikido では利用できない必須フィールドが含まれている場合です**。解決策は、必須フィールドを含まない新しい課題タイプを Jira で作成し、その新しい名前を Aikido に伝えることです。

### 1. JIRA で新しい課題タイプを作成する <a href="#id-1-create-a-new-issue-type-in-jira" id="id-1-create-a-new-issue-type-in-jira"></a>

**ステップ 1:** JIRA にログインし、Settings > Issues > へ移動します **課題タイプ**

**ステップ 2: 新しい課題タイプを追加する**

をクリック *課題タイプを追加*。たとえば **Security Fix**のような分かりやすい名前を付け、以前 Aikido のタスク作成を妨げていたフィールドを必須にしないようにします。この課題タイプには、Aikido が同期できない必須フィールドを含めてはいけません。

### 2. Aikido で新しい課題タイプを使用するように設定する <a href="#id-2-configuring-aikido-to-use-the-new-issue-type" id="id-2-configuring-aikido-to-use-the-new-issue-type"></a>

**ステップ 1:** 次へ移動 [**JIRA 連携設定**](https://app.aikido.dev/settings/integrations/tasktracker) Aikido内で

**ステップ 2: 新しい課題タイプ名を入力する** をデフォルトのタスクタイプ欄に

JIRA で作成した課題タイプ名（例: Security Fix）を入力します。これにより、Aikido のチケット作成プロセスが新しい JIRA 課題タイプに紐づきます。

![自動タスク作成のために、デフォルトのタスクタイプを「Task 2」に設定します。](/files/c1b2aa3c8b2d9753eb9d42e4340e377de51870c6)

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems/troubleshoot-jira-task-creation-set-up-default-issue-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
