# issueの検索

## Streamから検索 <a href="#from-stream" id="from-stream"></a>

任意のStreamからissueを検索するには`Filter`機能を使います。Filterを使うにはissueリストの上部にあるフィルターアイコンをクリックしてください。

![](/files/-MIIUBv4L6WWy5uxXgzV)

{% hint style="info" %}
Filterでの検索にはFilter Streamと同じフィルターが使用できます。詳しくはリファレンスの「[Filter Stream](/ja/reference/filter-stream.md)」を参照してください。
{% endhint %}

## 全体から検索 <a href="#from-all" id="from-all"></a>

Jasperが保持している全issueの中から検索を行うには`Jump Navigation`機能を使います。Jump Navigationは左上の🔍アイコンから開始します。もしくは`⌘ + K (Mac)`, `Ctrl + K (Window/Linux)`を押すことでも開始できます。

![](/files/-MI9DCxGawY1uc-rIc8s)

{% hint style="info" %}
Jump Navigationでの検索にはFilter Streamと同じフィルターが使用できます。詳しくはリファレンスの「[Filter Stream](/ja/reference/filter-stream.md)」を参照してください。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.jasperapp.io/ja/usecase/search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
