クイック検索

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

関心がある特定の課題だけを取得したいことがあります。また、どんな課題かはわからないが、自分に割り当てられたオープンな課題があったことは覚えていたり、課題の名前を部分的に覚えているようなことがあります。このような場合には、クイック検索が便利です。

[検索] ボックスは、画面の右上の Jira のヘッダー バー内に配置されます。クイック検索を使用するには、探したい情報をこのボックスに入力します。 

クイック検索。画像の下に注釈の説明があります。

  1. 検索: ボックス内の任意の場所をクリックして最近の作業を表示するか、入力を開始してすべての課題とプロジェクトから検索します。
  2. 課題: 最近の課題 (検索前)、または検索に一致した課題。
  3. プロジェクト: 最近のプロジェクト (検索前)、または検索に一致したプロジェクト

tip/resting Created with Sketch.

多くのユーザーがクイック検索を一度に使用すると、パフォーマンスに影響する場合があります。同時検索数を制限したり、ユーザーがどのように検索しているかをリアルタイムで監視したりすることができます。詳細について

クイック検索を理解する

クイック検索を最大限に活用する方法について、次のトピックをご確認ください。

課題へのジャンプ

課題のキーを入力すると、その課題に直接ジャンプします。たとえば、「ABC-107」(または「abc-107」)と入力し、Enter ボタンを押すと、課題 ABC-107 にリダイレクトされます。

多くの場合、完全なキーを入力せずに数値部分だけで検索できます。ABC プロジェクトに取り組んでいるときに「123」と入力すると、ABC-123 に転送されます。

入力と同時に検索

検索内容を入力し始めると、クイック検索は即座に反応し、最も関連する結果を一覧表示しながら更新していきます。これらの結果を表示するために、検索語は次のフィールドと照合されます。

  • 要約 (プロジェクトおよび課題)
  • 説明 (課題)

フリーテキスト検索

You can additionally search through comments or use extra operators for fuzzy or wildcard search. These results won't be displayed as 'instant results', but you can view them after pressing Enter in the search box.

フリーテキストとキーワードを組み合わせることができます。例: "my closed test tasks"。また "win*8" などのワイルドカードを使うこともできます。

フリーテキスト検索について詳しくは、「テキスト フィールドで使える検索構文」を確認してください。

スマート クエリ

クイック検索では最小限の入力で "スマート" な検索を実行することもできます。たとえば、"TEST" プロジェクトのすべてのオープンなバグを見つけるには、「test open bugs」と入力します。クイック検索が自動的に検索を行います。

検索結果は課題ナビゲーターに表示されます。ここでは検索結果を Excel、XML などのさまざまな便利な形式で表示できます。

クイック検索は次のような検索後を認識します。

検索語

説明

my

自分に割り当てられた課題を検索します。

my open bugs

r:

Find issues reported by you, another user or with no reporter, using the prefix r: followed by a specific reporter term, such as me, a username or none.

Note that there can be no spaces between "r:" and the specific reporter term.

r:me — finds issues reported by you.
r:samuel — finds issues reported by the user whose username is "samuel".
r:none — finds issues with no reporter.

<project name>
or
<project key>

特定のプロジェクトの課題を検索します。

test project
TST
tst

overdue

その日までに期限切れとなっている課題を検索します。

overdue

created:
updated:
due:

特定の作成日、更新日、または期限を持つ課題を検索するには、それぞれプレフィックスcreated:updated:due: を使用します。日付範囲を指定するには、todaytomorrowyesterday 単一の日付 (例: "-1w") または 2 つの日付の範囲 (例: "-1w,1w") を使用します。 注: 日付範囲の間にスペースは使用しません。有効な日付/時間の省略語: "w" (週)、"d" (日)、"h" (時間)、"m" (分) 。

created:today
created:yesterday
updated:-1w — finds issues updated in the last week.
due:1w — finds issues due in the next week.
due:-1d,1w — finds issues due from yesterday to next week.
created:-1w,-30m — finds issues created from one week ago, to 30 minutes ago.
created:-1d updated:-4h — finds issues created in the last day, updated in the last 4 hours.

<priority>

特定の優先度の課題を検索します。

blocker
major
trivial

<issue type>

特定の課題タイプの課題を検索します。複数形も使用できます。

bug
task
bugs
tasks

<resolution>特定の解決状況の課題を検索します。

fixed
duplicate
cannot reproduce

c:

Find issues with a particular Component(s). You can search across multiple components.

Note that there can be no spaces between "c:" and the component name.

c:security — コンポーネント名に "security" の単語を含む課題を検索します。

v:

Find issues with a particular Affects Version(s). To find all issues belonging to a 'major' version, use the wildcard symbol '*'.

Note that there can be no spaces between "v:" and the version name.

v:3.0 — 次のバージョンと一致する課題を検索します (例):

  • 3.0
  • 3.0 eap
  • 3.0 beta

    ...but will not match against the following versions (for example):
  • 3.0.1
  • 3.0.0.4

    That is, it will match against any version that contains the string you specify followed immediately by a space, but not against versions that do not contain a space immediately after the string you specify.

ff:

特定の修正バージョンを持つ課題を検索します。使い方はv: (上記) と同じです。


*

ワイルドカード記号 '*'v: および ff: と組み合わせて使用できます。

v:3.2* — 次のバージョン番号の課題を検索します (例):

  • 3.2
  • 3.2-beta
  • 3.2.1
  • 3.2.x

Mozilla ベースのブラウザでは、URL http://<your-Jira-site>/secure/QuickSearch.jspa?searchString=%s (<your-Jira-site> を自身の Jira インスタンスの URL と置き換え)、およびキーワード ('j' など) でブックマークを作成し、ブラウザの URL バーに「j my open bugs」と入力すると、自身の Jira インスタンスで自分のオープンなバグを検索できます。クイック検索ボックスに検索語を入力し、検索後が表示された状態でクイック検索ボックスを右クリックして、[この検索にキーワードを追加する...] を選択することもできます。

ブラウザの検索ボックスで課題を検索する

Firefox または Internet Explorer 8 以降を使用している場合、ブラウザの検索ボックスの横にあるドロップダウン メニューから Jira インスタンスを検索エンジン/プロバイダーに追加できます。ブラウザの検索エンジン/プロバイダーに Jira インスタンスを追加したら、それを使うことで、その Jira インスタンス内の課題でいつでもクイック検索を実行できます。

OpenSearch

Jira supports this browser search feature as part of the autodiscovery part of the OpenSearch standard, by supplying an OpenSearch description document. This is an XML file that describes the web interface provided by Jira's search function. Any client applications that support OpenSearch will be able to add Jira to their list of search engines.

次のステップ

関連トピックをご確認ください。

Last modified on Mar 20, 2023

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.