Skip to content

Commit

Permalink
Updat docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Sep 24, 2024
1 parent 6d3fe26 commit 1463259
Show file tree
Hide file tree
Showing 102 changed files with 478 additions and 17 deletions.
10 changes: 5 additions & 5 deletions docs/Reference/Processors/TfsWorkItemMigrationProcessor-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## <a name="WIQLQueryBits"></a>WIQL Query Bits
## <a name="WIQLQuery"></a>WIQL Query

The Work Item queries are all built using Work Item [Query Language (WIQL)](https://docs.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax).
The Work Item queries are all built using Work Item [Query Language (WIQL)](https://docs.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax). We only support flat quereis that have `FROM WorkItems` in the query.

> Note: A useful Azure DevOps Extension to explore WIQL is the [WIQL Editor](https://marketplace.visualstudio.com/items?itemName=ottostreifel.wiql-editor)
Expand All @@ -21,11 +21,11 @@ Scope to Area Path (Team data):

## <a name="NodeBasePath"></a>NodeBasePath Configuration

Moved to the ProcessorEnricher [TfsNodeStructure](/Reference/v2/ProcessorEnrichers/TfsNodeStructure/)
Moved to the TfsNodeStructure

# Iteration Maps and Area Maps

Moved to the ProcessorEnricher [TfsNodeStructure](/Reference/v2/ProcessorEnrichers/TfsNodeStructure/)
Moved to the TfsNodeStructure



Expand All @@ -34,7 +34,7 @@ The above options allow you to bring over a sub-set of the WIs (using the `WIQLQ

Using the above sample structure, if you wanted to map the source project `Team 1` to target project `Team A` etc. you could add the field map as follows

A complete list of [FieldMaps](../Reference/v1/FieldMaps/index.md) are available.
A complete list of [FieldMaps](../Reference/FieldMaps/index.md) are available.

```
"FieldMaps": [
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.endpoints.azuredevopsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ optionsClassName: AzureDevOpsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: There are no defaults! Check the sample for options!
sampleFor: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -25,6 +27,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ optionsClassName: FileSystemWorkItemEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.FileSystemWorkItemEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: There are no defaults! Check the sample for options!
sampleFor: MigrationTools.Endpoints.FileSystemWorkItemEndpointOptions
- name: sample
order: 1
description:
code: There is no sample, but you can check the classic below for a general feel.
sampleFor: MigrationTools.Endpoints.FileSystemWorkItemEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.endpoints.tfsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: TfsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand Down Expand Up @@ -34,6 +35,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Endpoints.TfsEndpointOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -65,6 +67,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Endpoints.TfsEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.endpoints.tfsteamprojectendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: TfsTeamProjectEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsTeamProjectEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand Down Expand Up @@ -34,6 +35,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Endpoints.TfsTeamProjectEndpointOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -61,6 +63,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Endpoints.TfsTeamProjectEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.endpoints.tfsteamsettingsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ optionsClassName: TfsTeamSettingsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsTeamSettingsEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: There are no defaults! Check the sample for options!
sampleFor: MigrationTools.Endpoints.TfsTeamSettingsEndpointOptions
- name: sample
order: 1
description:
code: There is no sample, but you can check the classic below for a general feel.
sampleFor: MigrationTools.Endpoints.TfsTeamSettingsEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.endpoints.tfsworkitemendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ optionsClassName: TfsWorkItemEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsWorkItemEndpointOptions
configurationSamples:
- name: defaults
order: 2
description:
code: There are no defaults! Check the sample for options!
sampleFor: MigrationTools.Endpoints.TfsWorkItemEndpointOptions
- name: sample
order: 1
description:
code: There is no sample, but you can check the classic below for a general feel.
sampleFor: MigrationTools.Endpoints.TfsWorkItemEndpointOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldclearmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldClearMapOptions
optionsClassFullName: MigrationTools.Tools.FieldClearMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldClearMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -45,6 +47,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldClearMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldliteralmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldLiteralMapOptions
optionsClassFullName: MigrationTools.Tools.FieldLiteralMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldLiteralMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -46,6 +48,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldLiteralMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldmergemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldMergeMapOptions
optionsClassFullName: MigrationTools.Tools.FieldMergeMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldMergeMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -50,6 +52,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldMergeMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldskipmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldSkipMapOptions
optionsClassFullName: MigrationTools.Tools.FieldSkipMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,10 +24,12 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldSkipMapOptions
- name: sample
order: 1
description:
code: There is no sample, but you can check the classic below for a general feel.
sampleFor: MigrationTools.Tools.FieldSkipMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtofieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldToFieldMapOptions
optionsClassFullName: MigrationTools.Tools.FieldToFieldMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToFieldMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -47,6 +49,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToFieldMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtofieldmultimap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldToFieldMultiMapOptions
optionsClassFullName: MigrationTools.Tools.FieldToFieldMultiMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToFieldMultiMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -49,6 +51,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToFieldMultiMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtotagfieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldToTagFieldMapOptions
optionsClassFullName: MigrationTools.Tools.FieldToTagFieldMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToTagFieldMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -50,6 +52,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldToTagFieldMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.fieldvaluemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: FieldValueMapOptions
optionsClassFullName: MigrationTools.Tools.FieldValueMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldValueMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -50,6 +52,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.FieldValueMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.multivalueconditionalmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: MultiValueConditionalMapOptions
optionsClassFullName: MigrationTools.Tools.MultiValueConditionalMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.MultiValueConditionalMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand Down Expand Up @@ -52,6 +54,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.MultiValueConditionalMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
3 changes: 3 additions & 0 deletions docs/_data/reference.fieldmaps.regexfieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ optionsClassName: RegexFieldMapOptions
optionsClassFullName: MigrationTools.Tools.RegexFieldMapOptions
configurationSamples:
- name: defaults
order: 2
description:
code: >-
{
Expand All @@ -23,6 +24,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.RegexFieldMapOptions
- name: sample
order: 1
description:
code: >-
{
Expand All @@ -48,6 +50,7 @@ configurationSamples:
}
sampleFor: MigrationTools.Tools.RegexFieldMapOptions
- name: classic
order: 3
description:
code: >-
{
Expand Down
Loading

0 comments on commit 1463259

Please sign in to comment.