1

I want to set up an integration between Microsoft Teams and Azure Devops so that when someone is tagged in a work item in Devops, they receive a message in MS Teams about it. What is the most straightforward way to accomplish this?

I'm attempting to create a custom flow via PowerAutomate, but I'm not sure if this is possible (can't seem to find a parameter for mentions/tags to be the flow trigger). Am I missing something in PowerAutomate or is there another workaround / another tool to use? Thanks!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Dina
  • 11
  • 1

2 Answers2

0

You can create a Service Hook in your Azure DevOps project. Use the Web Hooks service one.

With this one you can POST to a HTTP Url. This can be an Url from a When an HTTP request is received trigger action.

Jon Russell has created a nice blog about this approach: https://www.jondoesflow.com/post/service-hooks-for-azure-devops-http-request-in-power-automate

enter image description here

Expiscornovus
  • 1,222
  • 1
  • 3
  • 7