Azure DevOps Migration Tools

v15.2.1

Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.

Home
 › 
Learn
 › 
Overview
 › 
Reference
 › 
V2
 › 
Endpoints
Overview

Endpoints

Article

  

1 minute to read

  

2024-08-27 03:49:54 -0500

This documentation is for a preview version of the Azure DevOps Migration Tools. If you are not using the preview version then please head over to the main documentation.

Azure DevOps Migration Tools provides endpoints for reading and writing WorkItems, PlansAndSuits, Teams, or Queries.

Client WriteTo/ReadFrom Endpoint Data Target Description
AzureDevops.ObjectModel Tfs Object Model TfsWorkItemEndPoint WorkItems TBA
AzureDevops.Rest Azure DevOps REST ?    
FileSystem Local Files FileSystemWorkItemEndpoint WorkItems TBA

Endpoints Options

All Endpoints have a minimum set of options that are required to run.

Minimum Options to run

The Direction option is required to allow the system to set direction. At a minimum you need to set a Source.

    {
      "ObjectType": "EndpointOptions",
      "Direction": "Source"
    }
Project Details
Chocolatey GitHub release Build on VSTS

Getting Support

Open Source Support

Question & Discussion - The first place to look for usage, configuration, and general help.

Professional Support

We provide training, ad-hoc support, and full service migrations through Azure DevOps Migration Services

In this article