Tagged Questions
The teamsystem tag has no wiki summary.
2
votes
2answers
215 views
Books/resources that teach software developers how to pragmatically use project/bug/task tracking tools
Does anyone know of excellent (in your opinion) books/websites that go over in details how to pragmatically use a bug/task/project management tool to help improve software development process? ...
2
votes
2answers
179 views
Merge - Check-in comments
What is the best way to check-in merges when it comes to indicating what is being merged? I have say 10 changesets I am merging from my main branch to a release branch. Each of those contains detailed ...
1
vote
1answer
272 views
Stopping a webtest if an extraction rule failed
I need to stop a web test from running if an extraction rule fails.
The Extract method of the extraction rule class looks like this:
public override void Extract(object sender, ExtractionEventArgs ...
1
vote
2answers
2k views
Visual Studio Data Generation Plan Schema Update
I'm new to Data Generation Plans in Visual Studio, but I googled a bit and can't find the answer to this question. I've made modifications to my schema on the database side (changed the size of an ...
1
vote
0answers
219 views
TeamSystem process template how to set default value in field reference rule to Date + 7 Days
Is it possible to set the Default Value in a Transition Rule Field, to be a Variable such as @Today + 7.
I basically want a date field to have a default value of today's date + 7 days.
Is this ...
0
votes
1answer
375 views
How to export from Mingle to TFS 2010 (Scrum for Team System)
We've currently got all our User Stories and Tasks in Thoughtworks Mingle, but what to move them into TFS 2010 which we're be using with Scrum For Team System.
Has anyone had any experience doing ...
0
votes
1answer
292 views
A good Book on Team Foundation Server?
We are starting to implement a small group of developers (4-5) using TFS 2008.
Do you know a good manual?
Free (as in beer) if posible.
Thanks in advance.
0
votes
1answer
114 views
Database msi installer using Team System Database Edition
Has anyone developed a msi setup for database using an embedded resource for the sql scripts. The sql scripts should be the output of the Databse project of Team System Database Edition (Database ...
0
votes
1answer
225 views
What is the easiest way to move work items from one project to another?
Moving source control files to another project is easy but what is the best way to move Work Items (with history) to another TeamSystem project?
I have a number of projects that I actually want ...
0
votes
1answer
535 views
Visual Studio 2008 Database Edition
Managing server logins and database users between developers workstations and other deployment environments using Visual Studio Team System Database Edition
Hello people,
Looking at upgarding from
...
0
votes
1answer
115 views
Using Triggers to handle calculated fields in TeamSystem DB
In our custom process there are a few fields that are calculated fields. Today I am using Team System events and a web service to calculated these but in all honesty its a little clunky. I had to add ...