Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Azure DevOps Work Item linker

Actions
This Github Action creates a Pull Request comment with a link to an Azure DevOps work item
v0.9.1
Verified creator
Star (7)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Add Azure DevOps Work Item link to Pull Request

This GitHub action will create a link to a work item in Azure DevOps in a new Pull Request comment if you added a reference, ex. AB#123, in your Pull Request's title or description, where the number is a work item id from Azure DevOps.

Usage

Inputs

  • organization: Azure DevOps Organization
  • projectName: Azure DevOps Team Project
  • GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Example usage

Add a trigger on Pull Request

on:
  pull_request:
    branches: [ master ]

Add a step

- name: Get azdo wi link step
        uses: solidify/github-action-azdo-link
        with:
          organization: 'Org Name'
          projectName: 'Team Project Name'
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

License

The scripts and documentation in this project are released under the MIT License

Azure DevOps Work Item linker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This Github Action creates a Pull Request comment with a link to an Azure DevOps work item
v0.9.1

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

Azure DevOps Work Item linker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.