Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

TfsWorkItemAttachmentEnricher

Ref

  

Less than 1 minute to read

  

2024-04-05 11:36:18 -0500

The TfsWorkItemAttachmentEnricher processes the attachements for a specific work item.

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments
MaxSize Int32 missng XML code comments missng XML code comments
RefName String missng XML code comments missng XML code comments
WorkingPath String missng XML code comments missng XML code comments

Example

A basic sample for TfsWorkItemAttachmentEnricher configuration.

1
2
3
4
5
6
{
  "$type": "TfsWorkItemAttachmentEnricherOptions",
  "Enabled": true,
  "WorkingPath": "c:\\temp\\WorkItemAttachmentWorkingFolder\\",
  "MaxSize": 480000000
}