SlideShare a Scribd company logo
Malin De Silva
Azure/ SharePoint Solutions Consultant
Introduction to
Azure Boards
01
Configuring
Azure Boards
and GitHub
02
GitHub commits
in action
03
 Agile, Scrum and CMMI templates
 Sprints (Scrum), Backlogs, Work Items management
 Custom queries
 Start Free
CMMI
Scrum
Agile
 Easy to connect
 Link commits and pull requests to work items
 Automatically move between statuses
Commit message Action
Fixed AB#123 Links and transitions the work item
to the "done" state.
Adds a new feature, fixes AB#123. Links and transitions the work item
to the "done" state.
Fixes AB#123, AB#124, and AB#126 Links to Azure Boards work items
123, 124, and 126. Transitions only
the first item, 123 to the "done"
state.
Fixes AB#123, Fixes AB#124, Fixes
AB#125
Links to Azure Boards work items
123, 124, and 126. Transitions all
items to the "done" state.
Fixing multiple bugs: issue #123
and user story AB#234
Links to GitHub issue 123 and
Azure Boards work item 234. No
transitions.
Malin De Silva

More Related Content

PDF
Getting to Cloud Nine: Container, Cloud and Serverless Migration Strategies
PPTX
Shipping apps to eks with code pipeline and lambda functions
PDF
stackconf 2021 v| Ignite: Enabling multi-cloud and breaking vendor lock-in wi...
PPTX
Azure functions
PDF
Aws user group #01 lets talk serverless
PDF
Associating domain name with AWS instance
PPTX
Devcon 2018 118
PDF
Bootiful Microservices in a Legacy Environment: Lessons Learned
Getting to Cloud Nine: Container, Cloud and Serverless Migration Strategies
Shipping apps to eks with code pipeline and lambda functions
stackconf 2021 v| Ignite: Enabling multi-cloud and breaking vendor lock-in wi...
Azure functions
Aws user group #01 lets talk serverless
Associating domain name with AWS instance
Devcon 2018 118
Bootiful Microservices in a Legacy Environment: Lessons Learned

More from Malin De Silva (16)

PPTX
Azure Key Vault
PPTX
Accelaratinng developmennt and business with azure conntainers
PPTX
SharePoint Fundamentals in Microsoft Graph
PPTX
Custom APIs with Powerapps and Microsoft Flow
PDF
Exploring the PowerApps advantage
PPTX
Workflow Manager Troubleshooting and Experience
PDF
Success Story of SharePoint Development on Azure
PDF
Tips and Tricks for Building Visual Studio Workflows
PPTX
Moving your share point development to azure
PPTX
Mobile device management
PPTX
Consuming SharePoint data in universal apps
PPTX
Branding and designing capabilities with the Design Manager
PPTX
Working with Windows Phone sensors, gps and maps
PPTX
Using Lync for cost effective and efficient communications
PPTX
SharePoint Development
PPTX
AngularJS
Azure Key Vault
Accelaratinng developmennt and business with azure conntainers
SharePoint Fundamentals in Microsoft Graph
Custom APIs with Powerapps and Microsoft Flow
Exploring the PowerApps advantage
Workflow Manager Troubleshooting and Experience
Success Story of SharePoint Development on Azure
Tips and Tricks for Building Visual Studio Workflows
Moving your share point development to azure
Mobile device management
Consuming SharePoint data in universal apps
Branding and designing capabilities with the Design Manager
Working with Windows Phone sensors, gps and maps
Using Lync for cost effective and efficient communications
SharePoint Development
AngularJS
Ad

Recently uploaded (20)

PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Machine Learning_overview_presentation.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Encapsulation theory and applications.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Network Security Unit 5.pdf for BCA BBA.
Assigned Numbers - 2025 - Bluetooth® Document
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
The AUB Centre for AI in Media Proposal.docx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Machine Learning_overview_presentation.pptx
Empathic Computing: Creating Shared Understanding
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
NewMind AI Weekly Chronicles - August'25-Week II
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Encapsulation theory and applications.pdf
Encapsulation_ Review paper, used for researhc scholars
Ad

Azure boards and GitHub

  • 1. Malin De Silva Azure/ SharePoint Solutions Consultant
  • 2. Introduction to Azure Boards 01 Configuring Azure Boards and GitHub 02 GitHub commits in action 03
  • 3.  Agile, Scrum and CMMI templates  Sprints (Scrum), Backlogs, Work Items management  Custom queries  Start Free
  • 5.  Easy to connect  Link commits and pull requests to work items  Automatically move between statuses
  • 6. Commit message Action Fixed AB#123 Links and transitions the work item to the "done" state. Adds a new feature, fixes AB#123. Links and transitions the work item to the "done" state. Fixes AB#123, AB#124, and AB#126 Links to Azure Boards work items 123, 124, and 126. Transitions only the first item, 123 to the "done" state. Fixes AB#123, Fixes AB#124, Fixes AB#125 Links to Azure Boards work items 123, 124, and 126. Transitions all items to the "done" state. Fixing multiple bugs: issue #123 and user story AB#234 Links to GitHub issue 123 and Azure Boards work item 234. No transitions.

Editor's Notes

  • #5: CMMI: more formal project methods that require a framework for process improvement and an auditable record of decisions. With this process, you can track requirements, change requests, risks, and reviews. Choose Scrum when your team practices Scrum. This process works great if you want to track product backlog items (PBIs) and bugs on the Kanban board, or break PBIs and bugs down into tasks on the taskboard. Choose Agile when your team uses Agile planning methods, including Scrum, and tracks development and test activities separately. This process works great if you want to track user stories and (optionally) bugs on the Kanban board, or track bugs and tasks on the taskboard.