スイムレーンを設定する
This page is for company-managed projects
To check whether your project is team-managed or company-managed, select More actions (•••) next to the project name in either the header or the sidebar. At the bottom of the menu that opens, you’ll be able to view whether your project is team-managed or company-managed.
More about the difference between company-managed and team-managed projects.
A swimlane is a horizontal categorization of work items. You can use swimlanes to help you distinguish tasks of different categories, such as work streams, users, or application areas.
はじめる前に
ボードおよびその設定を構成するには、次のいずれかである必要があります。
ボードの場所のプロジェクト管理者
ボード自体のボード管理者
詳細は「権限の概要」をご参照ください。
メソッドに基づいてスイムレーンを設定する
スイムレーンはさまざまな方法で設定できます。
ストーリー
One parent work item per swimlane containing all of the subtasks, with work items that have no sub-tasks appearing below.
クエリ
スイムレーンごとに JQL クエリが 1 つ設定されます (下記を参照)。既定では、2 つのスイムレーンが作成されます。
Expedite — このスイムレーンは次の JQL クエリに基づいています:
priority = Blocker
Everything Else — this swimlane is always at the bottom of the screen, and cannot be deleted. It acts as a "catch-all" for work items that don't match the JQL of any of the swimlanes above it; hence, it has no JQL specified.
Jira の "優先度" フィールドの他の値にマッピングしたスイムレーンを追加したり、別のフィールドを使用してスイムレーンを分類したりできます。
担当者
One assignee per swimlane, with unassigned work items appearing either above or below the swimlanes (your choice).
エピック
One epic per swimlane. Work items that don't belong to an epic are grouped below the swimlanes. Any epics that aren’t part of the board's current filter will be hidden from the board.
ボード上のスイムレーンの順序を変更したい場合は、ボードのバックログに移動し、必要に応じてエピックをドラッグ アンド ドロップします。
プロジェクト
One project for each swimlane, with work items displaying below their respective projects.
スイムレーンなし
No horizontal categorization of work items in the Active sprints of a Scrum board, or on a Kanban board.
メソッドを変更する
Next to your board’s name in the sidebar, select more actions (•••), then Board settings.
Expand the menu under Layout
[スイムレーン] を選択します。
[選択方法] ドロップダウンで、[クエリ]、[ストーリー]、[担当者]、[エピック]、[プロジェクト]、または[スイムレーンなし] を選択します。

クエリをもとにしたスイムレーンの変更
スイムレーンが (ストーリーや担当者ではなく) JQL クエリに基づいている場合は JQL クエリを作成、削除、および変更できます。
Next to your board’s name in the sidebar, select more actions (•••), then Board settings.
Expand the menu under Layout
[スイムレーン] を選択します。
Hover over the existing query to find more () then Edit.
モーダルでは名前の編集や JQL の変更が可能です。
スイムレーンを移動するには、グリッド アイコンを使用してスイムレーンをドラッグ アンド ドロップし、新しい位置に配置します。
注意: スイムレーンではランクによる並べ替えが既定になっているため、 JQL の「ORDER BY」句は使用されません。
スイムレーン用 JQL クエリの例:
Show all work items that belong to a particular component, e.g. 'User Interface'
project = "coffee hub" AND component = "ui"
Show all work items that are due in the next 24 hours
project = "ios app" "android app" due <= "24h"
Show all work items that have a particular priority
project = "dream team" priority = "Minor"
Show all work items that have a particular priority
project = "pet rescue " priority = "Major"
複数のステータスを列にマッピングする方法など、各スイムレーンの列内で情報を表示する方法の詳細については、「列を設定」をご参照ください。
お困りですか? 必要な回答がドキュメントで見つからなかった場合、他のリソースもご利用いただけます。「ヘルプの活用」をご参照ください。
この内容はお役に立ちましたか?