简体   繁体   中英

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?

Which api should I use to create or update work items in Azure DevOps using ruby?

There is unofficial Ruby library that wrap the Azure DevOps api, you can find it here , is not look like it's maintained.

Another option is to use Azure DevOps Rest API with Ruby, and run it like every HTTP request.

Not sure about the Ruby API, but can use the standard REST API in ruby code to create work item in ado project. Below links with help you with the details -

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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