This tag is used to identify questions about the use of the Azure DevOps / TFS API, in any supported language, and any tools that support or build upon it.
I am trying to query a single team project in the main TfsTeamProjectCollection which contains 194 Team Projects in total. I …
c# tfs tfs-sdkI'm attempting to pull the latest version of source code out of TFS programmatically using the SDK, and what I've …
c# tfs tfs-sdkDoes anyone know if it is possible to retrieve a list of work items and their linked work items in …
.net c#-4.0 tfs-sdkI have found several samples about retrieving test results using the TFS API, but no documentation on creating results programmatically. …
c# visual-studio-2010 tfs-sdk microsoft-test-managerI am attempting to write a c# application that connects to TFS and retrieves work item information. Unfortunately, it seems …
c# authentication tfs tfs-sdkMy ultimate goal is to get the parent of one work item at a time recursively, until there are no …
c# tfs tfs-sdkHow can i provide credentials to TfsTeamProjectCollectionFactory.GetTeamProjectCollection? I am trying to develop my own WCF Service from witch I …
c# web-services azure-devops tfs-sdkI followed instructions in article about supporting multiple versions of Visual Studio in developing checkin policies. Now, where can I …
tfs visual-studio-2015 tfs-sdkI would like to get the source code of a project at specific time (changeset). So I need do download …
command-line tfs tfs-sdk visual-studio-macrosi m stuck on simple problem with TFS API, when im getting work item, i cant get workitem Effort data, …
c# tfs tfs-sdk