Documentation for GreenHopper 6.2.x. Documentation for other versions of JIRA Agile is available too.
GreenHopper is now called JIRA Agile. Learn more.
A swimlane is a horizontal categorisation of issues in Work mode on a board.
次の表に示すように、スイムレーンを設定するさまざまな方法が選択できます。
Note that only the owner of a board (or a person with the 'JIRA Administrators' global permission) can configure a board's swimlanes.
On this page:
ベース スイムレーン | 説明 |
---|---|
クエリ | スイムレーンごとに JQL クエリーが 1 つ設定されます。(下記を参照)。既定では、2つのスイムレーンが作成されます。
JIRA 「優先度」フィールドの他の値にマッピングされたスイムレーンを追加すること、またはスイムレーンを分類するために別のフィールドを使用することができます(以下の例を参照)。 |
ストーリー | One parent issue per swimlane (i.e. each swimlane contains all of the parent's sub-tasks), with issues that have no sub-tasks appearing below. Example (click to enlarge): |
担当者 | スイムレーンごとに担当者が 1 人設定され、未割り当ての課題はスイムレーンの上または下に表示されます (選択可) |
エピック (in GreenHopper 6.2.1 and later versions) | (Scrum boards only) スイムレーンごとにエピックが 1 つ設定され、どのエピックにも属さない課題は、スイムレーンの下に表示されます。 |
スイムレーンなし |
ベーススイムレーンを JQL クエリ、ストーリー、担当者のどれにするか(または、スイムレーンなしを)選択する方法は、次のとおりです:
上記の分類にしたがい、「ベーススイムレーン」のドロップダウンで、クエリ、 ストーリー、 担当者またはスイムレーンなしのいずれかを選択します。
Screenshot 1: the 'Board Configuration' screen — 'Swimlanes' tab.
スイムレーンが(ストーリーまたは担当者ではなく) JQL クエリをもとにしている場合は、次の手順で JQL クエリの作成、削除、変更ができます
スイムレーンタブをクリックします。
スイムレーンがクエリをもとにしている場合は、次の表とスクリーンショット 1 (上)に示すように、スイムレーンを編集できます。
編集項目 | 操作方法 |
---|---|
新規スイムレーンの追加 | In the blue area, type the 'Name', 'JQL', and optional a 'Description', then click the 'Add' button. Your new swimlane is added in the top swimlane position. |
スイムレーンの名前の変更 | スイムラインの「名前」エリアをクリックして、既存の名前を変更し、「更新」ボタンを押します。 |
スイムレーンの JQL 変更 | Click in the 'JQL' area of the swimlane, modify the existing JQL and click the 'Update' button. (See the examples below for some suggestions.) For syntax, see the JIRA JQL documentation. |
スイムレーンの削除 | スイムレーンの右側にある「削除」ボタンをクリックします。 |
スイムレーンの移動 | Hover over the vertical 'grid' icon, then drag and drop the swimlane up or down to its new position. |
スイムレーンを設定する JQL のサンプル:
特定のコンポーネントに所属する課題すべてを表示します。(例:'User Interface'):
project = "Angry Nerds" AND component = "User Interface"
24 時間以内に期限が来る課題すべてを表示します。
due <= "24h"
特定の優先度を持つすべての課題を表示します。例:
priority = "Minor"
および
priority = "Major"
For more details, see the JQL documentation.