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