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
 › 
Workitemquerymigrationcontext
Overview

WorkItemQueryMigrationContext

Ref

  

Less than 1 minute to read

  

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

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
}

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