Add status badges for your GitHub repo

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

You can add Markdown syntax to a GitHub repo README.md file to display your Kanban board status in that repo. Show the status by adding the syntax you choose from your Kanban board settings.

Note

Requires Azure DevOps Server 2019 Update 1 or later version.

The syntax shown works whether you connected your project to a GitHub.com or your GitHub Enterprise Server repository. For GitHub Enterprise Server, your server must be network accessible to Azure DevOps Services.

Prerequisites

  • Your Azure Boards project must be connected to the GitHub repository where the commits and pull requests you want to link to/from exist. For more information, see Azure Boards-GitHub integration.
  • You must have a Kanban board you want to configure. When you add a team, you add a Kanban board for that team. For more information, see About teams and Agile tools.
  • You must be added to the team administrator role for the team's settings you want to modify, or be a member of the Project Administrators security group. To get added, see Add a team administrator or Change project-level permissions.
  • To add the status badge to the GitHub.com repository, you must be a contributor of the repository.

Add a status badge

  1. Sign into Azure Boards and open your Kanban board.

  2. Select the gear icon to configure the board and set general team settings.

    Screenshot of opening board settings.

  3. Select Status badge and then check or uncheck the Allow anonymous users to access the status badge. When it's unchecked, users who aren't signed in can still view the status badge.

    Screenshot of Kanban Board Settings dialog, Status badge tab.

    Screenshot of Kanban Board Settings dialog, Status badge tab, Azure DevOps Server 2019.

  4. Choose the badge type you want and choose the copy icon to copy the Markdown syntax for the badge.

    • Show "In progress" columns only ignores the first and last columns.
    • Include all columns includes the first and last columns of the board.
    • You can customize the set of columns by specifying 2 for the columnOptions and then a comma-delimited list of the board columns to appear. For example, ?columnOptions=2&columns=Proposed,Committed,In%20Progress,In%20Review, as shown in the following syntax. For column labels that include spaces, you must encode the space with %20. For example, In%20Progress.
     [![Board Status](https://dev.azure.com/fabrikam/677da0fb-b067-4f77-b89b-f32c12bb8617/cdf5e823-1179-4503-9fb1-a45e2c1bc6d4/_apis/work/boardbadge/6fa7b56f-d27c-4e96-957d-f9e7b0f56705?columnOptions=2&columns=Proposed,Committed,In%20Progress,In%20Review)](https://dev.azure.com/fabrikam/677da0fb-b067-4f77-b89b-f32c12bb8617/_boards/board/t/cdf5e823-1179-4503-9fb1-a45e2c1bc6d4/Microsoft.RequirementCategory/)
    

    A badge similar to the following displays.

    Screenshot showing badge rendered.

  5. When you're done, select Save.

    The only setting that you can configure is the Allow anonymous users to access the status badge. The badge type under Settings only switches the Markdown syntax for you to copy from the Sample Markdown and Image URL values.

  6. Open the README file in your GitHub repo and paste the syntax you copied to make the badge display.

    You should see the same preview image that you selected with values that correspond to your Kanban board.