简体   繁体   English

如何使用红宝石为Azure DevOps项目创建工作项(任务,错误等)?

[英]How to create Work items (tasks, bugs, etc) using ruby for an Azure DevOps project?

Is there any Ruby API that would be used to create work items in my ADS project? 我的ADS项目中是否有任何用于创建工作项的Ruby API?

Which api should I use to create or update work items in Azure DevOps using ruby? 我应该使用哪个API使用ruby在Azure DevOps中创建或更新工作项?

There is unofficial Ruby library that wrap the Azure DevOps api, you can find it here , is not look like it's maintained. 有一个非官方的Ruby库包装了Azure DevOps api,您可以在这里找到它,看起来好像没有维护。

Another option is to use Azure DevOps Rest API with Ruby, and run it like every HTTP request. 另一个选择是将Azure DevOps Rest API与Ruby一起使用,并像每个HTTP请求一样运行它。

Not sure about the Ruby API, but can use the standard REST API in ruby code to create work item in ado project. 不确定Ruby API,但可以在ruby代码中使用标准的REST API在ado项目中创建工作项。 Below links with help you with the details - 以下链接可帮助您了解详细信息-

https://docs.microsoft.com/en-gb/rest/api/index?branch=master&view=Azure%20DevOps https://docs.microsoft.com/en-gb/rest/api/index?branch=master&view=Azure%20DevOps

Work item tracking Service 工作项目跟踪服务

https://docs.microsoft.com/en-gb/rest/api/azure/devops/wit/?view=azure-devops-rest-5.0 https://docs.microsoft.com/en-gb/rest/api/azure/devops/wit/?view=azure-devops-rest-5.0

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

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