Tagged Questions
1
vote
1answer
141 views
How do I find how much space TFS is using
I'm tring to find out how much space TFS is using. Is there a simple check free space command on TFS?
Also is there a way to poll TFS for the amount of hard drive space left and see when large ...
1
vote
3answers
284 views
How to map a TFS item url to something viewable
We are programmatically generating deployment emails, based on the history of changesets and associated workitems since the last deployed build. They look a bit like the build summary info inside ...
1
vote
1answer
616 views
Is it possible to programmatically modify TFS 2008/2010 work item type?
Is there a way to programmatically modify a work item type on a TFS server?
The background on this is that we use a custom field similar to VSTS.Build.FoundIn and would like to have it populated ...
1
vote
1answer
579 views
add users to team foundation server 2008 using TFS SDK
How do I add users to the contributors group of one of my TFS 2008 projects using TFS SDK?
0
votes
2answers
100 views
TFS : Get Latest Version from Windows Service
I'm trying to get the latest version of TFS using Team Foundation Server API. This action I'm trying from a Windows Service with C#, I get error:
Workspace [] wss = vcs.QueryWorkspaces (null, ...
0
votes
2answers
66 views
Team Foundation Server List
I need to get "Team Foundation Server List" programmatically with C#.
Is this possible? or uri must be specified as follows:
TfsTeamProjectCollection tfs = new TfsTeamProjectCollection (new Uri ...
0
votes
2answers
261 views
Custom Check in policy in TFS?
We have some xml files in the our project and whenever we check-in these xml files into TFS, We have make sure before checking-in that we have added those xml files to proprietary application.
Now ...
0
votes
1answer
895 views
Return newly created TFS work item ID using TFS API?
Using the TFS API, I am able to create a TFS item, no problem.
What would be the best way for me to know what the Item ID is for the newly created Item?
Thank you,
George
try
{
...
0
votes
1answer
690 views
custom control for TFS work item type
I will explain my question with an example. Lets consider TFS "Bug" work item type. In the bug work item type there is a "Developer" and "Tester" dropdown. Using the inbuilt rule types we can only ...