You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/report/dashboards/team-velocity.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,21 @@ You can choose between two Velocity charts: the in-context Velocity chart from t
40
40
41
41
Items in the *Proposed* or *Resolved* states are excluded from the **Completed**, **Completed Late**, and **Incomplete** calculations. For more information, see [How workflow category states are used in Azure Boards](../../boards/work-items/workflow-and-state-categories.md). Your selections are personal and persist across sessions until changed.
42
42
43
+
> [!IMPORTANT]
44
+
> Only **Planned** data uses historical snapshots. All other states (**Incomplete**, **Completed**, **Completed Late**) reflect current work item data.
45
+
43
46
<aid="state-descriptions-table"></a>
44
47
45
-
|Workflow state|Description|
48
+
|Workflow state|Description|
46
49
|---------|---------|
47
-
|Planned | Work items assigned to a sprint before and in the day the sprint starts. If a work item is re-assigned after the sprint starts (the 2nd day of the sprint), it remains Planned in the original sprint and appears as Late or Incomplete in the new sprint. If re-assigned before or the same day the sprint begins, it is removed from Planned from that sprint.|
48
-
|Completed | Work items assigned to the sprint and completed before the end of the sprint. |
49
-
|Completed Late |Work items assigned to the sprint but completed after the sprint ends. |
50
-
|Incomplete | Work items assigned to the sprint but not yet completed. |
51
-
| Resolved | Bugs assigned to the sprint, indicating a solution was implemented but not yet verified.|
50
+
|**Planned**|Work items assigned to a sprint by end of day 1. Once counted as planned, items remain in this category for the original sprint even if moved later. Items moved before day 1 ends aren't counted as planned.|
51
+
|**Incomplete**|Work items currently assigned to the sprint with **In Progress** state. Excludes items in Proposed, Resolved, or Completed states.|
52
+
|**Resolved**|Work items in **Resolved** state. Not plotted unless configured to treat Resolved items as Completed.|
53
+
|**Completed**|Work items in **Completed** state (including Closed) with a completion date on or before the sprint end date.|
54
+
|**Completed Late**|Work items in **Completed** state with a completion date after the sprint end date.|
55
+
56
+
> [!NOTE]
57
+
> When configured to treat Resolved items as Completed, moving a Resolved item to Completed state after the sprint end date changes its classification from Completed to Completed Late.
52
58
53
59
Later in this article, learn how to [open the Velocity in-context report](#velocity-chart) or [configure the Velocity widget](#configure-the-velocity-widget).
54
60
@@ -111,7 +117,7 @@ Complete the following steps to configure the Velocity widget.
111
117
1. Select the  actions icon and select the **Configure** option to open the configuration dialog.
112
118
113
119
:::image type="content" source="media/velocity/configure-dashboard-sequence.png" alt-text="Screenshot showing sequence of highlighted buttons to configure Velocity dashboard.":::
114
-
120
+
115
121
Modify the title, select the team, and then select either the backlog level or work item type to track. Select whether you want to track a count of work items or a sum of a numeric field. The most common summed field is that of Effort, Story Points, or Size.
0 commit comments