azure-boards

In TFS (or ADO) is there an API call to link a Team to an Area Path?

别等时光非礼了梦想. 提交于 2021-02-11 12:25:53
问题 We're automating our TFS Team/Board creation and found that there is an API to create a Team and an API to create an Area Path, but not one to link the two. Basically we're looking for something that acts as the ‘Create an area path with the name of the team.’ check box in the attached picture.Screenshot Here's the code for our Team post: $azdoURI = https://prd-ourCompanyName/tfs/ourOrg/_apis/projects/ourProject/teams?api-version=5.0" $requestBody = @{ name = "$boardName" } $jsonRequestBody =

In TFS (or ADO) is there an API call to link a Team to an Area Path?

左心房为你撑大大i 提交于 2021-02-11 12:25:42
问题 We're automating our TFS Team/Board creation and found that there is an API to create a Team and an API to create an Area Path, but not one to link the two. Basically we're looking for something that acts as the ‘Create an area path with the name of the team.’ check box in the attached picture.Screenshot Here's the code for our Team post: $azdoURI = https://prd-ourCompanyName/tfs/ourOrg/_apis/projects/ourProject/teams?api-version=5.0" $requestBody = @{ name = "$boardName" } $jsonRequestBody =

Azure Boards - How to find over booked team member in sprint

為{幸葍}努か 提交于 2021-02-10 15:39:03
问题 We've recently started using Azure Boards and Sprints. Say we have two Team members, each with 20 hours a week capacity, 2 week sprint. Total team sprint capacity is then 80 hours. Now lets say I have 80 hours of tasks, 60 are assigned to team member A, 20 to team member B. Accident of course, but where in Azure Boards can we discover this aside from adding up each task effort remaining? The sprint seems very team based, looking for some audit tools to balance the workload properly. TIA. 回答1:

Days between dates in Azure DevOps work items by query

被刻印的时光 ゝ 提交于 2020-08-26 10:38:09
问题 What I would like to do I am an Azure DevOps Services user. Are there any ways to calculate the duration between dates in work items by Azure Boards query? Or, are there any fields of days between dates? For example, I would like to display a list of work items which duration between Activated Date and Created Date exceeds 5 days. What I tried I tried Activated Date > [Field] Created Date + 5 but result is TF51005: The query references a field that does not exist. The error is caused by

Power Automate Integration with Azure DevOps Boards - Create a new Issue with Parent link

为君一笑 提交于 2020-08-10 19:20:07
问题 I am trying to integrate Power Automate with Azure DevOps boards. I want to create a new work-item in my backlog, when a new email arrives, containing a particular subject. I have achieved, it using existing templates. Now the problem I am facing is, when this backlog item is created, I want to add a parent feature link to this backlog item automatically via power automate. I have done a bit of R&D, and I could not see, this as achievable through Power Automate. Can anyone please help with it

Power Automate - Azure DevOps Integration - Work Item Getting Created In Project Backlog and Area Path Backlog

自闭症网瘾萝莉.ら 提交于 2020-08-10 18:56:26
问题 I am using power automate for Azure DevOps integration. Here is what I want to achieve. I want to create a new work item when an email arrives in a project but in a specific Area Path for the team. I am providing Area Path and Iteration Path in my flow configuration, but when the flow triggers, it creates work item both in Project Backlog and Area Path backlog, where as I only want it to create the issue in the specific Area Path. Can someone kindly help? Thanks, Bee 回答1: At the moment, here

Move multiple Azure Devops projects into one project (same org)

╄→гoц情女王★ 提交于 2020-06-16 05:26:09
问题 I am in an enterprise that creates many large to small scale applications. Way back when I started using Visual Studio Online/VSTS/now Azure devops I broke all of these apps out into different projects. However, now it seems there is good support for managing multiple apps in one project, and this seems easier from a management standpoint. From the research I did it seems i can do each service individually: Repos : Select Import Repository from the consolidated project and enter in the URL of

How do I move Work Items from one organization to another

若如初见. 提交于 2020-01-24 09:39:17
问题 We have a number of Work Items in a project. Now, there is another organization in our devops and we wish to move all our existing Work Items from the old organization (project) to the new one. How can this be done? I've seen people discussing this before, and some comments saying "we use excel". But no information about how to actually do this. 回答1: There is no built-in solution for this. For Excel there is a trick that does a best-effort migration, you do loose some things. Create a Tree