チュートリアル - Kanban チームの追跡
Kanban is a methodology that constrains the amount of work that can be assigned to a particular workflow state at any one time. This helps teams to optimise their lead time (or cycle time) — that is, the average time taken to complete a task.
- 多くの Agile 開発チームは、Kanban が特に、受信タスクがトリアージされ、優先度に従って対応されるようなバグ修正やメンテナンスリリースに適していると考えています。完了済みタスクの数が十分溜まって大きな値になると、マイナーバージョンが作成およびリリースされます。
- 開発チーム、または Agile 配信チームは、Kanban を頻繁に使用します。これらのチームは顧客への価値の提供を含めた、実行の定義を設定します。
本チュートリアルは Kanban 環境の設定プロセスを順を追って説明し、サイクルタイムをできるだけ短期間かつ予測可能にするよう、継続的に監視します。
On this page:
1) ワークフローの可視化
チームが現在何に取り組んでいるかを理解するには、既存のプロセスとワークフローを可視化することが必要不可欠です。
- You will need to create (or choose) a board that displays your project(s). See Creating a Board.
- If you are using a customised workflow, you will need to set up suitable columns to map to your workflow statuses. See Tutorial - Adding a Column to a Board.
- Display the current work on a JIRA Wallboard and bring transparency to the team's activities (see Screenshot 1).
2) 進行中の作業の制限
列の制約を指定することで、WIP がサイクルタイムに直接影響するため、チームは進行中の作業量を制限できます (スクリーンショット 2) を参照。チームは制約が使えなくなった場合に可視性を持ち、是正措置を取ることができます。
- Go to your board and select Tools > Configure.
- Click the 'Columns' tab, then for the relevant column click either the 'Min' box (yellow) or the 'Max' box (red). Type the new value and press the 'Enter' key. (For more details, see Configuring Columns.)
As a starting point, you may want to set a 'Max' value of 6 for the 'In Progress' column.
3) 課題での作業
毎日行う操作
- Go to the Kanban board on your preferred board (see Using the Active sprints or Kanban board).
- Choose the highest ranked issue in the To Do column and drag them to the In Progress column. (See Transitioning an Issue.)
- 各課題を完了するごとに「 進行中列から「完了」列にドラッグします。(スクリーンショット 3 を参照。)
4) サイクルタイムの測定
定期的に行う操作
- 優先ボードへ移動します。
- Select Reports > Control Chart (see Viewing the Control Chart). This will show you the average length of time that it took to complete each issue — that is, your cycle time. See Screenshot 4.
If you want to see the average length of time that issues spent in a particular status, filter the issues to show only specific columns by using the Refine option in the top right of the report.
チームのワークフローを視覚化し、進行中の作業を制限することで、ボード全体で無駄を減らし、作業の流れを改善して、より早く顧客へ価値を提供することができます。
スクリーンショット 1:ウォールボードに表示されているボード
スクリーンショット 2:WIP がサイクルタイムにどのような影響を与えるかを示す CFD
スクリーンショット 3:課題のトランジション
スクリーンショット 4:課題を完了するための手段と実際の時間を示す管理図

