File System Work Item Endpoint

This document provides an overview of the File System Work Item Endpoint used in the Azure DevOps Migration Tools, including its configuration and usage.

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

missing XML code comments

top

Options

Parameter
Type
Description
Default Value
Parameter:
Enabled
Type:
Boolean
Description:
Will be used if enabled
Default Value:
missing XML code comments
Parameter:
EndpointEnrichers
Type:
List
Description:
missing XML code comments
Default Value:
missing XML code comments
Parameter:
FileStore
Type:
String
Description:
Path to the directory where work item data will be stored or read from. This should be a valid local file system path with appropriate read/write permissions.
Default Value:
missing XML code comments
Parameter:
Name
Type:
String
Description:
missing XML code comments
Default Value:
missing XML code comments
top

Samples

top

Sample

Sample

There is no sample, but you can check the classic below for a general feel.
top

Defaults

Defaults

There are no defaults! Check the sample for options!
top

Classic

Classic

{
  "$type": "FileSystemWorkItemEndpointOptions",
  "FileStore": null
}
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.endpoints.filesystemworkitemendpoint.json",
  "title": "FileSystemWorkItemEndpoint",
  "description": "missing XML code comments",
  "type": "object",
  "properties": {
    "enabled": {
      "description": "Will be used if enabled",
      "type": "boolean"
    },
    "endpointEnrichers": {
      "description": "missing XML code comments",
      "type": "array"
    },
    "fileStore": {
      "description": "Path to the directory where work item data will be stored or read from. This should be a valid local file system path with appropriate read/write permissions.",
      "type": "string"
    },
    "name": {
      "description": "missing XML code comments",
      "type": "string"
    }
  }
}
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