Skip to content

Commit 35b4595

Browse files
Merge pull request #53644 from MicrosoftDocs/NEW-manage-ado-boards-ghcp
move new Learn Module from feature branch to main for final publishing
2 parents 3ded86a + 1d136f0 commit 35b4595

31 files changed

Lines changed: 907 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.maintain-traceability-boards
3+
title: Maintain end-to-end traceability in Azure Boards
4+
metadata:
5+
title: Maintain end-to-end traceability in Azure Boards
6+
description: "Maintain end-to-end traceability in Azure Boards"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/10-maintain-traceability-boards.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.apply-governance-security
3+
title: Apply governance and security for AI-assisted workflows
4+
metadata:
5+
title: Apply governance and security for AI-assisted workflows
6+
description: "Apply governance and security for AI-assisted workflows"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/11-apply-governance-security.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.drive-adoption-improvement
3+
title: Drive adoption and continuous improvement
4+
metadata:
5+
title: Drive adoption and continuous improvement
6+
description: "Drive adoption and continuous improvement"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/12-drive-adoption-improvement.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.ai-assisted-work-item-management-in-azure-boards
3+
title: Exercise - AI-assisted work item management in Azure Boards
4+
metadata:
5+
title: Exercise - AI-assisted work item management in Azure Boards
6+
description: "Exercise - AI-assisted work item management in Azure Boards"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 45
12+
content: |
13+
[!include[](includes/13-ai-assisted-work-item-management-in-azure-boards.md)]
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Knowledge check"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
module_assessment: true
12+
durationInMinutes: 3
13+
quiz:
14+
title: "Check your knowledge"
15+
questions:
16+
- content: "Which condition most improves the quality of Copilot-assisted execution from Azure Boards work items?"
17+
choices:
18+
- content: "Adding explicit acceptance criteria, technical context, and test expectations in the work item."
19+
isCorrect: true
20+
explanation: "Correct. Clear requirements and constraints help Copilot generate more relevant and reviewable changes."
21+
- content: "Keeping work items brief and relying on pull request comments to define all requirements."
22+
isCorrect: false
23+
explanation: "Incorrect. Minimal detail increases ambiguity and usually leads to extra rework."
24+
- content: "Assigning one large epic directly to Copilot instead of splitting work into smaller items."
25+
isCorrect: false
26+
explanation: "Incorrect. Large, multi-outcome requests are harder to execute reliably than scoped work items."
27+
- content: "After connecting Azure Boards to GitHub, what provides the strongest delivery traceability?"
28+
choices:
29+
- content: "A flow where work items link to commits and pull requests, and status is updated from merge activity."
30+
isCorrect: true
31+
explanation: "Correct. Linked artifacts and state updates create a reliable audit trail from planning to delivery."
32+
- content: "Tracking all progress only in GitHub issues without linking back to Azure Boards."
33+
isCorrect: false
34+
explanation: "Incorrect. Without links to work items, portfolio-level traceability in Azure Boards is reduced."
35+
- content: "Using manual status updates only at the end of each sprint review."
36+
isCorrect: false
37+
explanation: "Incorrect. Delayed manual updates reduce visibility and increase reporting gaps."
38+
- content: "What is the most appropriate human-in-the-loop practice for Copilot-generated pull requests?"
39+
choices:
40+
- content: "Require reviewer validation for scope, security, and test quality before merge."
41+
isCorrect: true
42+
explanation: "Correct. Human review ensures quality, governance, and compliance requirements are met."
43+
- content: "Auto-merge all Copilot pull requests to maximize throughput."
44+
isCorrect: false
45+
explanation: "Incorrect. Automated merging without review can introduce quality and security risks."
46+
- content: "Skip testing when acceptance criteria look complete."
47+
isCorrect: false
48+
explanation: "Incorrect. Validation is still required even when generated output appears correct."
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: "Summary"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/15-summary.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.integration-overview
3+
title: Understand the integration between Azure Boards and GitHub Copilot
4+
metadata:
5+
title: Understand the integration between Azure Boards and GitHub Copilot
6+
description: "Understand the integration between Azure Boards and GitHub Copilot"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/2-integration-overview.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.prepare-environment-permissions
3+
title: Prepare environments, permissions, and prerequisites
4+
metadata:
5+
title: Prepare environments, permissions, and prerequisites
6+
description: "Prepare environments, permissions, and prerequisites"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/3-prepare-environment-permissions.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.connect-azure-boards-github
3+
title: Connect Azure Boards to GitHub repositories
4+
metadata:
5+
title: Connect Azure Boards to GitHub repositories
6+
description: "Connect Azure Boards to GitHub repositories"
7+
ms.date: 02/25/2026
8+
author: wwlpublish
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/4-connect-azure-boards-github.md)]

0 commit comments

Comments
 (0)