Tagged Questions
1
vote
1answer
160 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
325 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
653 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
591 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
1answer
29 views
TFS SDK Code metrics
I am making some kind of wrapper around the TFS SDK.
I would like to query the code metrics from a given project on a given URL.
MS Visual studio has a feature to calculate the code metrics inside ...
0
votes
1answer
16 views
Get all checkins from last few hours/day(s)/week(s)
I would like to have a list of the check ins of a teamproject from the last hours, day(s), week(s), .... Is this possible through the TFS SDK (programmatically!!)? How can I do this?
From this ...
0
votes
2answers
115 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
72 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
267 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
985 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
705 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 ...