> 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:** ドロップダウンメニューで「パスごとにアクセスを制限」をクリックします

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-3a01b2dcc3f32601d77662d9d9d9371cc37f2c40%2Fucarecdn-e373539b-fc2c-4566-bd1a-49ea280c5386.png?alt=media)

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

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-df71db5c6ffd56f721b37087d38991706c629630%2Fucarecdn-fe715668-3cdc-4ff9-8dee-953f92ad64f8.png?alt=media)

**ワイルドカード対応**

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

**手順 4:** フィード/レポート内の課題をフィルタリング

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

!["devs" チームのワークスペースにおけるセキュリティ検出結果、重大度レベル、課題のステータスを表示するダッシュボード。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-6aa40746080049d93c39e7df6a862098639abd72%2Fucarecdn-12583652-fb59-4830-a140-36996db6ff3d.png?alt=media)


---

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