tfs-api

TFS API - is there a way to get a list of the transitions for a workitem type?

I am trying to get from State "A" to State "X". There are transitions in place that prevent me from just going to X. I can export the WorkItemType as XML and work on that, but before I do that, I thought I would ask if there is a way to get at the Transitions via the API. ...

Can I distribute Microsoft.TeamFoundation.WorkItemTracking.Client

I made an application (called WI Assistant) that is a TFS Application. I got a bug report with this error: Could not load file or assembly Microsoft.TeamFoundation.WorkItemTracking.Client. I assume that they don't have this because they don't have Team Explorer installed. Can I package that DLL up and distribute it with my app? Or ...

Passthrough (impersonation) authentication with ASP.NET and TFS api

I'm trying to enable passthrough or impersonation authentication inside an ASP.NET website that uses the TFS2010 API. I've got this working correctly with Cassini, however with IIS 7.5 (Windows 7) something is going wrong. I found this blog post on the subject, and tried the following: private static void Test() { TfsTeamProjectCo...

Adding Generic Test Cases to TFS in C#

Hey, So I'm trying to find a way in which I can insert new generic test cases into TFS through C#. These are the same ones that you can create in Visual Studio so I was hoping there was someway to do this with the TFS API somehow. Any hints of suggestions are greatly appreciated. Thanks!! ...