Tfs Validate Required Field Tool
Tool for validating that required fields exist in target work item types before migration, preventing migration failures due to missing required fields.
Tool for validating that required fields exist in target work item types before migration, preventing migration failures due to missing required fields.
Options
topSamples
topSample
Sample
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"TfsValidateRequiredFieldTool": {
"Enabled": "True",
"Exclusions": [
"Work Request",
"Opertunity",
"Assumption"
]
}
}
}
}
Defaults
topClassic
Classic
{
"$type": "TfsValidateRequiredFieldToolOptions",
"Enabled": true,
"Exclusions": [
"Work Request",
"Opertunity",
"Assumption"
]
}
Metadata
topSchema
This is the JSON schema that defines the structure and validation rules for this configuration.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://devopsmigration.io/schema/schema.tools.tfsvalidaterequiredfieldtool.json",
"title": "TfsValidateRequiredFieldTool",
"description": "Tool for validating that required fields exist in target work item types before migration, preventing migration failures due to missing required fields.",
"type": "object",
"properties": {
"enabled": {
"description": "If set to `true` then the tool will run. Set to `false` and the processor will not run.",
"type": "boolean"
},
"exclusions": {
"description": "Add a list of work item types from the source that you want to exclude from validation. This is a case-insensitive comparison. WARNING: If you exclude a work item type that exists in the migration dataset, the migration will fail when trying to.",
"type": "array",
"default": "[]"
}
}
}
In this article
Project Information
Azure DevOps Marketplace
Maintainer
Created and maintained by Martin Hinshelwood of nkdagility.com
Getting Support
Community Support
Questions & Discussions
The first place to look for usage, configuration, and general help.
Commercial Support
We provide training, ad-hoc support, and full service migrations through our professional services.
Azure DevOps Migration Services