Azure DevOps Migration Tools

v15.2.0

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
 › 
V1
 › 
Processors
 › 
Exportusersformapping
Overview

ExportUsersForMapping

Ref

  

Less than 1 minute to read

  

2024-09-06 09:35:04 +0100

missng XML code comments

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments
IdentityFieldsToCheck List missng XML code comments missng XML code comments
LocalExportJsonFile String missng XML code comments missng XML code comments
WIQLQuery String missng XML code comments missng XML code comments

Example

A basic sample for ExportUsersForMapping configuration.

1
2
3
4
5
6
7
{
  "$type": "ExportUsersForMappingConfig",
  "Enabled": false,
  "LocalExportJsonFile": null,
  "WIQLQuery": null,
  "IdentityFieldsToCheck": null
}

Additional Samples & Info

{
    "$type": "ExportUsersForMappingConfig",
    "Enabled": false,
    "LocalExportJsonFile": "c:\\temp\\ExportUsersForMappingConfig.json",
    "WIQLQuery": "SELECT [System.Id], [System.Tags] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan') ORDER BY [System.ChangedDate] desc",
    "IdentityFieldsToCheck": [
    "System.AssignedTo",
    "System.ChangedBy",
    "System.CreatedBy",
    "Microsoft.VSTS.Common.ActivatedBy",
    "Microsoft.VSTS.Common.ResolvedBy",
    "Microsoft.VSTS.Common.ClosedBy"
    ]
}
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