Skip to content

mazarbaloch/git-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercise 3: Azure Boards + GitHub Integration

Course

Software Delivery Tools

Objective

This repository demonstrates the integration between Azure Boards and GitHub using a complete development workflow.

Workflow

Azure Boards Work Item → Git Branch → Commit (AB#ID) → Pull Request → Merge

What I Did

  • Connected Azure Boards with GitHub
  • Created a branch for a work item
  • Made a change (README update)
  • Linked commit using AB#ID
  • Created a pull request

Work Item

Linked using commit message syntax:

  • AB#

Example

  • AB#13 Update README for lab integration test

Expected Outcome

  • Commit linked to Azure Boards
  • Branch visible in work item
  • Pull request connected to work item

Key Learning

Traceability between planning (Azure Boards) and development (GitHub).


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors