Documentation for GreenHopper 5.10.x. Documentation for other versions of JIRA Agile is available too.
GreenHopper is now called JIRA Agile. Learn more.

Quick Filters allow you (or anyone else using this Rapid Board) to further filter the collection of issues appearing in the Rapid Board. By default, a Rapid Board contains two quick filters, called 'Only My Issues' and 'Recently Updated':

デフォルトのクイックフィルターデフォルトの JQL注意
自分の課題のみ
assignee = currentUser()
Displays issues assigned to the person who is currently viewing this Rapid Board.
最近更新された課題
updatedDate >= -1d
24 時間以内に更新された課題を表示します。

 

必要に応じて、追加のクイックフィルターを作成できます。以下のを参照してください。

(info) Any additional Quick Filters that you create they will appear as buttons next to the 'Only My Issues' and 'Recently Updated' buttons on the Rapid Board (see Using the Rapid Board).



 

On this page:

関連ページ

 


クイックフィルターを編集する。

To edit the quick filters for a Rapid Board:

  1. Click Agile > Manage Rapid Boards in the top navigation bar, then click the Configure link corresponding to the Rapid Board of interest.
  2. クイックフィルタータブをクリックします。
  3. Edit the quick filters as described in the following table and Screenshot 1 (below).

    編集項目

    操作方法

    Add a new quick filter

    In the blue area, type the 'Name', 'JQL', and optional a 'Description', then click the 'Add' button. Your new quick filter will be added in the top quick filter position.

    Change the name of a quick filter

    スイムラインの「名前」エリアをクリックして、既存の名前を変更し、「更新」ボタンを押します。

    Change the JQL of a quick filter
    Click in the 'JQL' area of the swimlane, modify the existing JQL and click the 'Update' button. (See the examples below for some suggestions.)
    (info) For syntax, see the JIRA JQL documentation.
    To delete a quick filter

    スイムレーンの右側にある「削除」ボタンをクリックします。

    To move a quick filter

    Hover over the vertical 'grid' icon, then drag and drop the quick filter up or down to its new position.

    (info) When this Rapid Board is used, the topmost quick filter appears in the leftmost position.

Screenshot 1: the 'Rapid Board Configuration' screen — 'Quick Filters' tab.



Some example JQL you might wish to use for your quick filters:

  • " バグ修正 " グループのメンバーに割り当てられている課題をすべて表示する場合

    assignee in membersOf("bugfix")
  •  種類が「バグ」である課題すべてを表示する場合

    type = "Bug"

(info) For more details, see the JQL documentation.