> 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/core-functionalities/ignore-issues-to-remove-issues-from-main-feed.md).

# 問題を無視してメインフィードから除外する

#### ユースケース <a href="#introduction" id="introduction"></a>

Aikido は自動無視機能を備えた高度な検出能力を誇りますが（ [無視基準](https://app.aikido.dev/issues/ignored/criteria)）といっても、まれに誤検知がすり抜けることがあり、あるいは問題があなたの特定の状況には無関係な場合があります。無視機能はこれに対処するためのもので、セキュリティ概要の正確性を保ちます。

無視権限のないユーザーは、直接無視する代わりにリクエストを送信します。管理者はそれらを次で確認します [無視された問題の承認受信箱](/docs/docs-ja/hajimeni/core-functionalities/approval-inbox-for-ignored-issues.md).

#### 問題グループまたはサブ問題を無視する方法 <a href="#how-to-ignore-an-issue-group-or-subissue" id="how-to-ignore-an-issue-group-or-subissue"></a>

**ステップ 1:** 次へ移動し、 **課題グループ**、または **サブ課題** Aikido で無視したい項目を選び、アクションメニュー（三点リーダー）の「無視」を選択します。

![ソフトウェアインターフェースにおけるタスク管理と問題処理のためのアクションメニューオプション。](/files/325edb2538d7bdcf968a84041f9ed28e0b44cf34)

**ステップ 2:** サブ問題については、Aikido がこのサブ問題および将来の類似検出をどのように扱うべきかを尋ねられます。

![](/files/b15a36af949e98e564b205b176acff3df31da1a7)

現在および将来の問題を無視するためのいくつかの選択肢があります。利用できる選択肢は、問題を無視する文脈（単一の問題か問題グループか）だけでなく、問題の種類（例：Surface Monitoring と Cloud Issues では異なる選択肢が表示される）にも依存します。

以下に、表示される可能性のあるすべての無視オプションを示します

* **この問題のみ／この問題グループのみ**\
  このオプションは、文脈に応じて、このサブ問題のみ、またはこの問題グループとそのすべてのサブ問題のみを無視します。 *注：問題グループを無視した場合、新たに発生するサブ問題は自動では無視されず、この特定のサブ問題を含むグループが再度開かれます。*\
  
* **パスで無視**\
  このオプションを選ぶと、特定のパス配下にある現在および将来のファイルベースの問題（オープンソース、SAST、IAC、および露出したシークレット）を無視する問題ルールが作成されます。そこでパスを編集して、必要に応じてルールをできるだけ具体的にできます。\
  \
  Aikido にスキャンしてほしくないテストフレームワークが特定のパスにある場合に便利です。

  ![](/files/56ab07516492afb81ee2e3190fc5bea63a586df6)

  
* **CVE に関連するすべての検出を無視**\
  このオプションは、その CVE に関連付けられた現在および将来のすべてのオープンソース依存関係を無視する問題ルールを作成します。この無視ルールはグローバルで、すべてのリポジトリに適用されます。<br>
* **ルールに関連するすべての検出を無視**\
  Aikido のほとんどの問題は、SAST、IAC、Cloud Issues などの特定のルールコードに関連しています。このオプションを選ぶと、その特定のルールに関連する現在および将来のすべての問題を無視する問題ルールが作成されます。この無視ルールはグローバルで、すべてのリポジトリに適用されます。

**ステップ 3:** 問題を無視する選択を確認すると、Aikido のメインフィードから実質的に削除されます。

#### （自動）無視されたすべての問題を表示 <a href="#check-out-all-auto--ignored-issues" id="check-out-all-auto--ignored-issues"></a>

その [無視ビュー](https://app.aikido.dev/issues/ignored) Aikido のトリアージアルゴリズムによって無視されたすべての問題と、ユーザーが手動で無視した問題を集約します。ここでは、自動的に無視された各問題の理由を確認できます（ [無視基準](https://app.aikido.dev/issues/ignored/criteria)）。手動で無視した問題もここに表示され、Aikido 内で行われたすべての除外を包括的に把握できます。

![](/files/b519307e6d97a75aa6a4ab01700a01edad1b8eff)


---

# 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/core-functionalities/ignore-issues-to-remove-issues-from-main-feed.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.
