> 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>

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

## ユースケース <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: マッピング** Task Tracker のプロジェクトを 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.
