> 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: 新しい課題タイプを追加する**

クリック *課題タイプを追加*。次のようなわかりやすい名前を付けます **セキュリティ修正**、そして以前 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 で作成した課題タイプの名前（例: セキュリティ修正）を入力します。これにより、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.
