简体   繁体   English

如何将内部系统与 azure devops 集成?

[英]How to integrate in house system with azure devops?

The in-house system produce tickets.内部系统生成门票。 Instead of creating work item manually in azure devops, i need it to automatically create work item from ticket in the in-house system.我不需要在 azure devops 中手动创建工作项,而是需要它在内部系统中从票证自动创建工作项。

That`s depends from the in-house system.这取决于内部系统。 In most cases, this situation is resolved by the custom application that uses Azure DevOps Rest Api .在大多数情况下,这种情况由使用Azure DevOps Rest Api的自定义应用程序解决。 The common flow:常见的流程:

  1. Find tickets to publish.查找要发布的门票。 Add some property to highlight tickets for Azure DevOps and property with Azure DevOps Work Item Id.添加一些属性以突出显示 Azure DevOps 的票证和具有 Azure DevOps 工作项 ID 的属性。 Then search tickets without Work Item Id然后搜索没有工作项 ID 的工单
  2. Register a new work item on Azure DevOps 在 Azure DevOps 上注册新工作项
  3. Update Azure DevOps Work Item Id on the source ticket in your in-house system.在内部系统的源票证上更新 Azure DevOps 工作项 ID。

You can use .NET client libraries for Azure DevOps and TFS or PowerShell or any another language.可以将.NET 客户端库用于 Azure DevOps 和 TFSPowerShell或任何其他语言。

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

相关问题 如何将 Azure Policy 与 Azure DevOps 集成? - How to integrate Azure Policy with Azure DevOps? 如何将 Azure DevOps 服务器存储库与 Azure DevOps 服务管道集成 - How to integrate Azure DevOps Servers repositories with Azure DevOps Services Pipelines 将Azure DevOps集成到Jenkins - Integrate Azure DevOps to Jenkins 将 CodeceptJS 与 Azure DevOps 集成 - Integrate CodeceptJS with Azure DevOps 有没有办法将 Azure Arc for Kubernetes 与 Azure DevOps 集成? - Is there a way to integrate Azure Arc for Kubernetes with Azure DevOps? azure - how to integrate azure advanced App Service Authentication / Authorization to access azure devops API (tasks, pipelines) - azure - how to integrate azure advanced App Service Authentication / Authorization to access azure devops API (tasks, pipelines) 将 CI 和 CD 集成在一起 Azure Devops - Integrate CI and CD together Azure Devops Azure devops 服务器(本地)与 SourceTree 或 Gitkraken 集成 - Azure devops server (on premise) integrate with SourceTree or Gitkraken Azure devops RestAPI System.Description - Azure devops RestAPI System.Description 集成电源应用以在 azure devops 中动态创建史诗 - Integrate power apps to dynamically create epics in azure devops
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM