> 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/manage-teams-and-applications/assign-team-responsibilities-by-specific-path-in-repo.md).

# リポジトリ内の特定パスごとにチームの責任を割り当てる

割り当てる **特定のリポジトリパス** Aikido のチームに割り当てることで、 **大規模なモノレポ** と、 **より詳細なレポート**.

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

* **モノレポ管理：** モノレポ全体ではなく、特定のパスをチームに割り当てます。これにより、フィードをより細かくフィルタリングできます。
* **詳細なレポート：** リポジトリ単位ではなく、サービス単位／パス単位でレポートを生成できます。

### 特定のパスの割り当て <a href="#assigning-specific-paths" id="assigning-specific-paths"></a>

**ステップ 1:** チームを作成してリポジトリをリンクする（参照： [記事](/docs/docs-ja/hajimeni/manage-teams-and-applications/managing-user-access-with-teams.md))

* 新しいチームを作成するか既存のチームを選択し、関連するリポジトリをこのチームにリンクします。

**ステップ 2:** ドロップダウンメニューで「パスでアクセスを制限」をクリックします

![](/files/acc915088e6cd674138b3839fa40eb763eab9c9f)

**ステップ 3:** チームにアクセスさせたいリポジトリ内のパスを入力します。

![](/files/a4523bc9243ee08f08db23ef0539e6c41b99a890)

**ワイルドカードのサポート**

`**` 任意のサブディレクトリ内のすべてを意味します\
`*` 現在のディレクトリ内のすべてを意味します\
`?` 任意の1文字を意味します

**ステップ 4:** フィード/レポート内の問題をフィルタリング

次へ移動 **Feed** または **レポート** セクション。チームに基づくフィルターを適用すると、そのチームに割り当てられたパスに関連する問題のみが表示されます。

![「devs」チームのワークスペースにおけるセキュリティ検出結果、重大度、問題のステータスを表示するダッシュボード。](/files/3b756932c4d103e4a974e1837c15909040e52dd5)


---

# 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/manage-teams-and-applications/assign-team-responsibilities-by-specific-path-in-repo.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.
