0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure DebOpsでバーンダウンチャートの表示

Posted at

まえがき

Azure DevOpsを使ってタスク管理をする機会があり、その中でバーンダウンチャートを表示するのに苦労したので備忘を込めたアウトプット

概要

Azure DevOpsのAgileプロジェクトではSprintsからBurndown Trend(バーンダウンチャート)を確認できる。これはWorkItemのTaskを作成しRemainingを設定することで反映される。

事前準備

  • アカウントの取得
  • Agileでプロジェクトの作成

作成手順

Sprintの設定

Iterationの設定

新しく作成する場合はItarationのドロップダウンの"New Sprint"から。既存のItarationを編集する時はドロップダウンから対象のItarationを選択後、期間の部分(2枚目キャプチャの矢印の部分)をクリックすると編集モーダルが表示される。
image.png
image.png

Capacityを設定する

ユーザーの"Capacity per day"を入力し1日の作業できる時間を設定する。これがBurndown TrendのRemaining Capacityになる。
image.png

WorkItemの作成

Taskの作成

IterationとRemainingを入力したTaskのWorkItemを作成する。
image.png

Burndown Trendの確認

Sprintsから該当のItarationを選択すると右上のBurndown TrendにRemainingが反映される。
image.png

Burndown Trendの使い方

Sprints右上のBurndown Trendをクリックすると拡大して表示され、Remaining以外にRmaining CapacityとIdel Treandを確認できる。
またBurndown Trendの設定の編集はSprintsのAnalysticsから可能。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?