> 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/advanced-functionalities/smart-issue-routing-map-repositories-to-projects-in-your-task-manager.md).

# スマートな問題ルーティング: チームまたはリポジトリをタスク管理ツール内のプロジェクトにマッピングする

## はじめに <a href="#introduction" id="introduction"></a>

Aikido のチームまたはリポジトリを Task Manager 内のプロジェクトにマッピングすると、自動タスクが適切なプロジェクトに正しく振り分けられます。

## ユースケース <a href="#main-use-case" id="main-use-case"></a>

多くの場合、タスクトラッカーには、異なる Aikido チームに対応する別々のプロジェクトがあります。これは、特定のリポジトリ、クラウド、コンテナを組み合わせたチームがあり、それらの課題を特定のタスクトラッカープロジェクトに振り分ける必要がある場合に便利です。

### ステップごとのガイド <a href="#step-by-step-guide" id="step-by-step-guide"></a>

**手順 1**: 設定の [**Task Manager の設定**](https://app.aikido.dev/settings/integrations/tasktracker)

**手順 2**: 選択 **Jira プロジェクトのマッピング**.

<figure><img src="/files/4a8007e9356fbd6fccc2f0a35bd4c2f9c0e8e90d" alt=""><figcaption></figcaption></figure>

**ステップ 3: マッピング** タスクトラッカーのプロジェクトを Aikido のチームまたはリポジトリに

<figure><img src="/files/8b6277f9c5b90f98ae3e21b986d9ea06518220b7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**重要**: 設定するのを忘れないでください **デフォルトのプロジェクト**。このプロジェクトは、明示的にマッピングされていないチームやリポジトリのフォールバックとして機能し、どのタスクも未割り当てにならないようにします。
{% endhint %}

**補足**

* このオプションは GitHub Issues / GitLab Issues には含まれていません。
* Linear では、プロジェクトはマッピングせず、チームをマッピングします。

***


---

# 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/advanced-functionalities/smart-issue-routing-map-repositories-to-projects-in-your-task-manager.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.
