Questions tagged [team-project]
69 questions
0
votes
1 answer
How to move Dashboard, work items, CI/CD pipelines , test plans and iteration from one Team project to another
I have a requirement to split one big Team project in Azure DevOps to multiple team projects, as you know there are work items, iteration , repositories, test plans and CI/CD pipelines to move across. What is the best way of achieving this - apart…

Azure Ninja
- 261
- 4
- 15
0
votes
1 answer
How to copy tfs groups and permissions from one team project to other in tfs 2015 ?
Is there any way to copy TFS AD groups from one team project to other team project in TFS 2015 ?

Raj
- 13
- 2
0
votes
1 answer
TFS: Hundreds of separate applications/projects - what's the best approach?
Let's say that the company has a large number of separate small to medium applications which can be logically divided into a small number of groups.
For example, I can have BMW, Mazda, Honda, Ford .... , Kawasaki, Harley, .... altogether a few…

Evgeny
- 3,320
- 7
- 39
- 50
0
votes
1 answer
Team Project resource in different location that Team Services account
I've create Team Project and with it also Team Services Account using Azure portal.
I don't know how it happened, but not Team Project resource is in different location than Team Services Account resource. I can see it in Azure Portal -> All…

Liero
- 25,216
- 29
- 151
- 297
0
votes
1 answer
Using Microsoft.TeamFoundation.VersionControl.Client to downloading specific files from a VersionSpec
What I am trying to do is find all .sql scripts pushed into my Test TFS Team Project during a specific timeframe AND then get either a link to view the file or download that copy OUTSIDE of my workspace. So I don't necessary want to get latest. This…

vfrank66
- 1,318
- 19
- 28
0
votes
0 answers
Cannot insert duplicate key row in object 'dbo.Constants' while creating a new Team Project in TFS
TFS 2013 update 5:
Scenario: creating a new Team Project using visual studio:
Exception Message: Cannot insert duplicate key row in object 'dbo.Constants' with unique index 'IX_Constants__String_RemovedDate'. The duplicate key value is (1,…

Johnny Zghaib
- 518
- 1
- 12
- 30
0
votes
2 answers
Copy Team Project with History in VSTS
I'm hoping to copy an existing team project to a new one in order to clean up the content, whilst preserving the history / allowing me to do a dry run of this task before doing it for real, without impacting those currently working on that…

JohnLBevan
- 22,735
- 13
- 96
- 178
0
votes
1 answer
Moving TFS projects between TFS Collections with labels & history using TFS 2015
I have a requirement of moving Team projects between two team project collections in TFS 2015. Also need the History & Label to be moved to the new collection.
I am aware there is no direct way of moving the project between collection along with…

Dinesh
- 117
- 3
- 9
0
votes
1 answer
Unable to create new team project in TFS2010
I am using TFS2010 and have added 3 projects in default collection.
But now I want to add one more project.
So, When I create new project , I am getting error as below :
TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking
failed…

Sagar
- 137
- 1
- 12
0
votes
1 answer
Create a Team Project with TFS SDK from C# .Net App
I want to create a new Team Project with the TFS SDK (namespace Microsoft.TeamFoundation;). But I haven't found anything appropriate so far.
I searched the Internet and only saw that I could use the official REST API for TFS:…

Anarcho
- 173
- 5
0
votes
1 answer
Correct procedure for branching this TFS Team Project
On our TFS Server, we have a Team Project called "Connect". The root folder for that Team Project contains the root of the web application project. I'm not sure if it was setup correctly, but what I'm trying to do is create a branch of the "Connect"…

TheRedDwarf
- 183
- 1
- 13
0
votes
1 answer
Team Foundation Server Create New Project Fails - Code TFS30159
When attempting to create a new team project in TFS I'm getting the following error:
Error
TF30170: The plugin Microsoft.ProjectCreationWizard.Classification failed during task UploadStructure from group Classification.
Explanation
Plugin error…
user964769
0
votes
1 answer
How to include user-stories from multiple TFS projects in a single sprint
At my organization we’re using TFS 2015 for source control and ALM. We have TFS projects for each distinct business capability e.g. there is a TFS project for ‘Risk Management’ and one for ‘Account Management’. This team project structure was setup…

Ryan.Bartsch
- 3,698
- 1
- 26
- 52
0
votes
1 answer
Unable to create multiple repos per team project in TFS 2015
I have installed Team Foundation Server Update 1 on one of my
servers.
I have created a new team project using git as the source
control type. I am trying to add another repo to the same project. I
have read up on how I should be able to do that…

wakers01
- 443
- 3
- 18
0
votes
1 answer
TFS 2013- Cloning Team Projects
I am trying to clone a Team Project so I can have a test project that I can experiment on to help improve the Team Project without damaging the one we are currently using.
However, experiencing difficulties when researching how to do it.
Can…

Emily
- 1