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

WorkItemDelete

Ref

  

Less than 1 minute to read

  

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

The WorkItemDelete processor allows you to delete any amount of work items that meet the query. DANGER: This is not a recoverable action and should be use with extream caution.

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments
FilterWorkItemsThatAlreadyExistInTarget Boolean missng XML code comments missng XML code comments
PauseAfterEachWorkItem Boolean missng XML code comments missng XML code comments
WIQLQuery String missng XML code comments missng XML code comments
WorkItemCreateRetryLimit Int32 missng XML code comments missng XML code comments
WorkItemIDs IList missng XML code comments missng XML code comments

Example

A basic sample for WorkItemDelete configuration.

1
2
3
4
5
6
7
8
9
{
  "$type": "WorkItemDeleteConfig",
  "Enabled": false,
  "WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] desc",
  "WorkItemIDs": null,
  "FilterWorkItemsThatAlreadyExistInTarget": false,
  "PauseAfterEachWorkItem": false,
  "WorkItemCreateRetryLimit": 0
}

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