简体   繁体   English

用于更新 Azure DevOps Boards 的 Azure DevOps 存储库

[英]Azure DevOps Repository to update Azure DevOps Boards

In the past I used to use GitHub to store my repositories.过去我曾经使用 GitHub 来存储我的存储库。 I had a hook in GitHub set up for Pivotal Tracker that would allow me to pass an id and a status and it would update the job in Pivotal Tracker when the commit was made.我在 GitHub 中为 Pivotal Tracker 设置了一个钩子,它允许我传递一个 id 和一个状态,它会在提交时更新 Pivotal Tracker 中的作业。

I would like to do the same thing when committing work into my Azure DevOps repository.我想在将工作提交到我的 Azure DevOps 存储库时做同样的事情。 Is this possible?这可能吗?

Azure Boards has native integration with Repos. Azure Boards 与 Repos 本地集成。 Simply use #123 where 123 is the Work Item ID to link the work to the work item.只需使用#123 ,其中123是工作项 ID,即可将工作链接到工作项。

You can also link work items to branches.您还可以将工作项链接到分支。


or you can go nuts and build your own integration.或者您可以发疯并建立自己的集成。

You can create a Service Hook in Azure DevOps and (with an optional Azure Function or Microsoft Flow connection, you can make it do just about anything. Triggering the event is detailed below. Creating the Azure Function or Microsoft Flow workflow (or anything else that can process the event and translate it to what Pivotal understands) is up to you.您可以在 Azure DevOps 中创建服务挂钩(使用可选的 Azure Function 或 Microsoft Flow 连接,您可以使其执行任何操作。触发事件的详细信息如下。创建 Azure 函数或 Microsoft Flow 工作流(或任何其他可以处理事件并将其转换为 Pivotal 理解的内容)取决于您。

在此处输入图片说明

Then然后

在此处输入图片说明

And finally:最后:

在此处输入图片说明 See:看:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM