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/configure-sprint-burndown.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
title: Configure and monitor sprint burndown
3
3
titleSuffix: Azure DevOps
4
4
description: Learn how to configure and monitor sprint burndown charts in Azure DevOps to track team progress and ensure your sprint plan stays on track.
#customer intent: As a team member or leader, I want to monitor sprint burndown information to see whether my team is on track to complete our sprint plan.
14
14
---
@@ -110,7 +110,7 @@ The blue area shows the sum of Story Points for active or in-progress User Stori
110
110
* * *
111
111
112
112
> [!NOTE]
113
-
> Available sum fields depend on the numeric fields defined for task and requirement work item types. The most common fields are [Story Points, Effort, or Size](../../boards/queries/query-numeric.md#fields) and [Remaining Work](../../boards/queries/query-numeric.md#fields).
113
+
> Available sum fields depend on the numeric fields defined for task and requirement work item types. The most common fields are [Story Points, Effort, or Size](../../boards/queries/query-numeric.md#fields-used-to-estimate-and-track-work) and [Remaining Work](../../boards/queries/query-numeric.md#fields-used-to-estimate-and-track-work).
114
114
115
115
Your selections persist across sessions until you change them.
116
116
@@ -158,7 +158,7 @@ The **Sprint Burndown (Legacy)** widget charts remaining work based on Remaining
158
158
159
159
:::image type="content" source="media/burndown/sprint-burndown-legacy-devops.png" alt-text="Screenshot shows the Sprint Burndown Legacy widget, which shows a burndown chart.":::
160
160
161
-
To configure, select the :::image type="icon" source="../../media/icons/actions-icon.png" border="false"::: actions icon and select **Configure**. Configuration options include team selection and widget size.
161
+
To configure the widget, select the :::image type="icon" source="../../media/icons/actions-icon.png" border="false"::: actions icon and select **Configure**. Configuration options include team selection and widget size.
@@ -169,11 +169,11 @@ To configure, select the :::image type="icon" source="../../media/icons/actions-
169
169
170
170
## Review past sprint burndown charts
171
171
172
-
As you complete each sprint, the system maintains a history of your activity. To view a past sprint's burndown chart, select it from the sprint selector.
172
+
As you complete each sprint, the system keeps a history of your activity. To view a past sprint's burndown chart, select it from the sprint selector.
173
173
174
174
:::image type="content" source="media/burndown/select-past-sprint.png" alt-text="Screenshot shows where you can select a past sprint from the sprint selector.":::
175
175
176
-
Reviewing past burndown charts during retrospectivescan reveal patterns in your team's execution. Consider these questions:
176
+
When you review past burndown charts during retrospectives, you can identify patterns in your team's execution. Consider these questions:
177
177
178
178
- How does your projected velocity match up to your actual velocity?
179
179
- How can you more accurately determine how much your team can accomplish in a sprint?
@@ -212,23 +212,28 @@ If your sprint burndown chart appears empty, check these points:
212
212
213
213
::: moniker range="azure-devops"
214
214
215
+
<aid="use-ai-monitor-sprint-burndown"> </a>
216
+
215
217
## Use AI to monitor sprint burndown
216
218
217
-
If you configure the [Azure DevOps MCP Server](/azure/devops/mcp-server/mcp-server-overview), you can use AI assistants to help configure and interpret sprint burndown charts.
219
+
If you configure the [Azure DevOps MCP Server](../../mcp-server/mcp-server-overview.md), you can use AI assistants to help configure and interpret sprint burndown charts.
218
220
219
221
### Example prompts
220
222
221
223
| Task | Example prompt |
222
224
|------|----------------|
223
-
| Configure the report |`Help me set up a sprint burndown widget that tracks Remaining Work for my team's current sprint in <Contoso> project`|
224
-
| Interpret the chart |`My sprint burndown shows a flat line for the first 3 days — what does that indicate and what should my team do?`|
225
-
| Compare approaches |`What's the difference between the in-context sprint burndown report and the Sprint Burndown widget? Which should I use?`|
226
-
| Track by story points |`Help me configure sprint burndown by Story Points instead of work item count in <Contoso> project`|
227
-
| Retrospective insights |`Based on sprint burndown patterns, what process improvements should my team discuss in our retrospective?`|
228
-
| Scope changes |`How can I tell from the sprint burndown chart whether scope was added mid-sprint?`|
229
-
| Predict risk early |`Our sprint burndown is flat after day 3 of a 10-day sprint — what's the likelihood we'll finish on time and what should we adjust?`|
230
-
| Compare sprints |`Compare our last three sprint burndown patterns and identify whether our estimation accuracy is improving`|
231
-
| Optimize sprint length |`Based on our burndown history, would our team benefit from shorter two-week sprints instead of three-week sprints?`|
225
+
| View the report |`Open the in-context sprint burndown report for <team> in <project> (<organization>) and explain what I'm seeing`|
226
+
| Configure the widget |`Help me set up a Sprint Burndown widget on the <dashboard> dashboard for <team> in <project> (<organization>) that burns down Remaining Work`|
227
+
| Troubleshoot an empty chart |`My sprint burndown chart is empty for <team> in <project> (<organization>) — walk me through what to check (iterations, tasks, Remaining Work, and parent items)`|
228
+
| Track by story points |`Help me configure sprint burndown by Story Points for <team> in <project> (<organization>) and explain any prerequisites`|
229
+
| Interpret a flat burndown |`In sprint <sprint-name>, our burndown is flat for the first <n> days — what does that usually indicate, and what should <team> do next?`|
230
+
| Identify scope changes |`In the sprint burndown for <team> in <project> (<organization>), how do I tell whether scope was added mid-sprint and when it happened?`|
231
+
| Compare report vs widget |`What's the difference between the in-context Burndown Trend report and the Sprint Burndown widget in Azure DevOps, and when should <team> use each?`|
232
+
| Compare sprints |`Compare the last <n> sprints for <team> in <project> (<organization>) using burndown patterns and summarize whether our estimation accuracy is improving`|
233
+
| Prepare for a retrospective |`Based on the last sprint burndown for <team> in <project> (<organization>), suggest 3 retrospective questions and 3 process improvements to discuss`|
234
+
235
+
> [!TIP]
236
+
> If you're using Visual Studio Code, agent mode is especially helpful for iterating on multistep analysis (for example, comparing burndown trends across multiple sprints and summarizing the takeaways).
0 commit comments