Tfs Work Item Embeded Link Tool

Tool for processing embedded links within work item fields, such as links in HTML fields and converting work item references between source and target systems.

Last updated: July 28, 2025 | Edit this page | Discuss this page

Tool for processing embedded links within work item fields, such as links in HTML fields and converting work item references between source and target systems.

top

Options

Parameter
Type
Description
Default Value
Parameter:
Enabled
Type:
Boolean
Description:
If set to true then the tool will run. Set to false and the processor will not run.
Default Value:
missing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsWorkItemEmbededLinkTool": {
        "Enabled": "True"
      }
    }
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsWorkItemEmbededLinkTool": {
        "Enabled": "True"
      }
    }
  }
}
top

Classic

Classic

{
  "$type": "TfsWorkItemEmbededLinkToolOptions",
  "Enabled": true
}
top

Metadata

top

Schema

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.tfsworkitemembededlinktool.json",
  "title": "TfsWorkItemEmbededLinkTool",
  "description": "Tool for processing embedded links within work item fields, such as links in HTML fields and converting work item references between source and target systems.",
  "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"
    }
  }
}
Project Information
Azure DevOps Marketplace
YouTube Channel
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
Documentation