Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

WorkItemQueryMigrationContext

Ref

  

Less than 1 minute to read

  

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

This processor can migrate queries for work items. Only shared queries are included. Personal queries can’t migrate with this tool.

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments
PrefixProjectToNodes Boolean Prefix your iterations and areas with the project name. If you have enabled this in `NodeStructuresMigrationConfig` you must do it here too. false
SharedFolderName String The name of the shared folder, made a parameter incase it every needs to be edited none
SourceToTargetFieldMappings Dictionary Any field mappings none

Example

A basic sample for WorkItemQueryMigrationContext configuration.

1
2
3
4
5
6
7
{
  "$type": "WorkItemQueryMigrationConfig",
  "Enabled": false,
  "PrefixProjectToNodes": false,
  "SharedFolderName": "Shared Queries",
  "SourceToTargetFieldMappings": null
}