azure-devops-rest-api

How to display “Area path” in VSTS build task input PickList?

 ̄綄美尐妖づ 提交于 2019-11-27 15:25:00
I need to display the the "Area path" in a VSTS Build task input PickList, so that I can retrieve the user selected "Area path" value from my build task and set it in a work item generated by the build task. Is this possible with existing VSTS API? If so how to do this? I think this is done in Copy Files task in Utilty section. Thanks in advance. Yes, it is. You can add following section in task.josn file to achieve this: "inputs": [ { "name": "rootArea", "type": "pickList", "label": "rootArea", "defaultValue": "", "required": false, "helpMarkDown": "Select the root area.", "properties": {

Is out there any REST API for TFS 2013 On-Premises installation?

允我心安 提交于 2019-11-27 12:38:35
问题 We use company Team Foundation Server 2013 for source code and task management. Is there a way how can I manipulate work items within backlog over REST API? Our project is accessible via web url: https://tfs.company.com/tfs/ProjectCollection/Project I have found this: https://tfsodata.visualstudio.com/ but this seems to work only for projects within https://visualstudio.com. I would appreciate also some examples. Thanks! 回答1: Not in any officially supported manner. That said, it doesn't take

How to sync repo in bitbucket to Visual studio team service?

给你一囗甜甜゛ 提交于 2019-11-27 04:36:27
问题 I am very new to VSTS platform. In one of my project, I am trying to integrate the bitbucket source control to VSTS. By this way I should be able to see the updates made on bitbucket onto the VSTS account. I have tried creating build on VSTS, but that only shows the commits history of the selected repository of bitbucket. Is there a way to manage all the bitbucket changes on VSTS as source control? 回答1: To sync changes from bitbucket repo to VSTS git repo automatically, you can achieve it by