skip to Main Content

I use Azure Devops and Github togtether. I currently use Azure for managing my work items and I want to link my commits and pull request on Github to my work items on Azure DevOps.

I haven’t found a suitable work around yet.

2

Answers


  1. As @Dmyto Holota has shared, Azure DevOps has the built-in Azure Boards-GitHub integration feature to allow users link commits and pull requests from GitHub to Azure DevOps work items.

    To use this feature, you need to complete the following steps:

    1. Log in the Azure DevOps project where your work items are in.
    2. Go to Project Settings > Boards > GitHub connections.
    3. Use the provided methods to set up the GitHub connections.

    enter image description here

    After above steps, you can use the Azure Boards-GitHub integration feature to link commits and pull requests from GitHub to Azure DevOps work items, and also see the status of your development from within Azure Boards.

    Login or Signup to reply.
  2. On top of the ways guys suggested.

    Maybe you refer that you can link commit messages, and pull requests to a particular Azure DevOps work item.

    Here is the way we link https://youtu.be/6sfI5MEpmXI

    P.S. Use the auto-link references feature from GitHub.

    Cheers,
    Leo

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search