Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

ExportUsersForMappingContext

Ref

  

Less than 1 minute to read

  

2024-04-05 11:36:18 -0500

ExportUsersForMappingContext is a tool used to create a starter mapping file for users between the source and target systems. Use ExportUsersForMappingConfig to configure.

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments
OnlyListUsersInWorkItems Boolean missng XML code comments missng XML code comments
WIQLQuery String missng XML code comments missng XML code comments

Example

A basic sample for ExportUsersForMappingContext configuration.

1
2
3
4
5
6
{
  "$type": "ExportUsersForMappingConfig",
  "Enabled": false,
  "WIQLQuery": null,
  "OnlyListUsersInWorkItems": true
}