Documentation for JIRA 4.4. Documentation for other versions of JIRA is available too.

Sometimes you just want to be able to get to the particular issue that you are interested in. Other times you can't remember what the issue was, but you remember that it was an open issue, assigned to you. Quick Search can help you.

Jump to an Issue

The Quick Search box is located at the top right of your screen. If you type in the key of an issue, you will jump straight to that issue. For example, if you type in 'ABC-107' (or 'abc-107'), and press the Enter you will be redirected to the JIRA issue 'ABC-107'.

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

On this page:

Smart Querying

Quick Search also enables you to perform 'smart' searches with minimal typing. For example, to find all the open bugs in the 'TEST' project, you could simply type 'test open bugs', and Quick Search would locate them all for you.

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

The search terms that Quick Search recognises are:

検索語

説明

my

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

my open bugs

r:

自分や別のユーザーが報告した、まがは報告者がいない課題を検索するには、プレフィックスr: の後に、meユーザー名またはnone 等の検索語を入力します。

"r:" と特定の報告者を表す語句の間にスペースは入りません。

r:me — 自身が報告した課題を検索します。
r:samuel — ユーザー名 "samuel" のユーザーが報告した課題を検索します。
r:none — 報告者がない課題を検索します。

<project name>
または
<project key>

人気のあるプロジェクトの課題を検索します。

test
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 — 先週更新された課題を検索します。
due:1w — 期限が来週である課題を検索します。
due:-1d,1w — 期限が昨日から来週の間である課題を検索します。
created:-1w,-30m — 1 週間前から 30 分前までの間に作成された課題を検索します。
created:-1d updated:-4h — 昨日作成され、過去 4 時間以内に更新された課題を検索します。

<priority>

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

blocker
normal
low

<issue type>

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

bug
task
bugs
tasks

c:

特定のコンポーネントを持つ課題を検索します。複数のコンポーネントにわたって検索できます。

"c:" とコンポーネント名の間にスペースは使用しません。

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 — finds issues that match the following versions (for example):

  • 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

    つまり、指定した文字列の直後にスペースを持つバージョンが一致し、指定した文字列の直後にスペースを含まないバージョンは一致しません。

ff:

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

 

*

Wildcard symbol '*'. Can be used with v: and ff:.

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

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


In Mozilla-based browsers, try creating a bookmark with URL http://<your-JIRA-site>/secure/QuickSearch.jspa?searchString=%s (substituting <your-JIRA-site> with your JIRA site's URL) and keyword (such as 'j'). Now, typing 'j my open bugs' in the browser URL bar will search your JIRA site for your open bugs. Or simply type your search term in the Quick Search box, then right-click on the Quick Search box (with your search term shown) and select "Add a Keyword for this search...".

フリーテキスト検索

検索対象の課題内で単語を検索できます。ただし、単語が次のフィールドのいずれかである場合に限ります。

  • 要約
  • 説明
  • コメント

Note that, unlike the keywords listed under 'Smart Querying' above, free-text search works in both the Quick Search box and the Issue Filter Text Search box.

フリーテキストとキーワードの両方を組み合わせることもできます。たとえば、「my closed tst tasks」「open test bugs pear」「closed test bugs」はすべて有効な検索クエリです。

Searching JIRA issues from your Browser's Search Box

If you are using Firefox or Internet Explorer 7 or later, you can add your JIRA site as a search engine/provider via the dropdown menu next to the browser's search box.

The example below shows a JIRA site called "Example Company JIRA Site", which is offered for inclusion as a search engine/provider in the browser's search box, when you visit that site.

Once you add your JIRA site as a search engine/provider in your browser, you can use it at any time to conduct a Quick Search for issues in that JIRA site.

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.