Skip to content

Commit

Permalink
Update and add script changes for ADO migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEvans committed Nov 8, 2023
1 parent 19c57e1 commit c7fb36d
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions configuration/migrator-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"TfsWorkItemEndpoints": [
{
"Name": "WorkItemSource",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"Query": {
"Query": "SELECT [System.Id], [System.Tags] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan') ORDER BY [System.ChangedDate] desc",
"Parameters": {
Expand All @@ -121,23 +121,23 @@
"Project": "GL.CL-Elita",
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
"AllowCrossProjectLinking": false,
"PersonalAccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"PersonalAccessToken": null,
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
},
{
"Name": "WorkItemTarget",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"Query": {
"Query": "SELECT [System.Id], [System.Tags] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan') ORDER BY [System.ChangedDate] desc"
},
"Organisation": "https://dev.azure.com/AIZ-Global/",
"Project": "GL.CL-Elita-migrated",
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
"AllowCrossProjectLinking": false,
"PersonalAccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"PersonalAccessToken": null,
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
Expand All @@ -151,7 +151,7 @@
"Direction": "Source",
"Organisation": "https://dev.azure.com/AIZ-GL/",
"Project": "GL.CL-Elita",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"ReflectedWorkItemIdField": "Custom.ReflectedItemId",
"LanguageMaps": {
"$type": "TfsLanguageMapOptions",
Expand All @@ -166,7 +166,7 @@
"Direction": "Target",
"Organisation": "https://dev.azure.com/AIZ-Global/",
"Project": "GL.CL-Elita-migrated",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"ReflectedWorkItemIdField": "Custom.ReflectedItemId",
"LanguageMaps": {
"$type": "TfsLanguageMapOptions",
Expand All @@ -182,7 +182,7 @@
"Organisation": "https://dev.azure.com/AIZ-GL/",
"Project": "GL.CL-Elita",
"AuthenticationMode": "AccessToken",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
"LanguageMaps": {
"AreaPath": "Area",
Expand All @@ -195,7 +195,7 @@
"Organisation": "https://dev.azure.com/AIZ-Global/",
"Project": "GL.CL-Elita-migrated",
"AuthenticationMode": "AccessToken",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
"LanguageMaps": {
"AreaPath": "Area",
Expand All @@ -211,7 +211,7 @@
"Organisation": "https://dev.azure.com/AIZ-GL/",
"Project": "GL.CL-Elita",
"AuthenticationMode": "AccessToken",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"EndpointEnrichers": null
},
{
Expand All @@ -220,7 +220,7 @@
"Organisation": "https://dev.azure.com/AIZ-Global/",
"Project": "GL.CL-Elita-migrated",
"AuthenticationMode": "AccessToken",
"AccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"AccessToken": null,
"EndpointEnrichers": null
}
]
Expand All @@ -232,7 +232,7 @@
"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
"AuthenticationMode": "AccessToken",
"AllowCrossProjectLinking": false,
"PersonalAccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"PersonalAccessToken": null,
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
Expand All @@ -245,7 +245,7 @@
"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
"AuthenticationMode": "AccessToken",
"AllowCrossProjectLinking": false,
"PersonalAccessToken": "oltlmvyhhzmi5wacj4awkaly7ahhptkp2wtyeu3ppeypfwgqktmq",
"PersonalAccessToken": null,
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
Expand Down Expand Up @@ -321,17 +321,15 @@
},
{
"$type": "AzureDevOpsPipelineProcessorOptions",
"Enabled": true,
"Enabled": false,
"MigrateBuildPipelines": false,
"MigrateReleasePipelines": false,
"MigrateTaskGroups": true,
"MigrateTaskGroups": false,
"MigrateVariableGroups": false,
"MigrateServiceConnections": false,
"BuildPipelines": null,
"ReleasePipelines": null,
"RepositoryNameMaps": {
"GL.CL-Elita": "GL.CL-Elita-migrated"
},
"RepositoryNameMaps": null,
"ProcessorEnrichers": null,
"SourceName": "PipelineSource",
"TargetName": "PipelineTarget"
Expand Down

0 comments on commit c7fb36d

Please sign in to comment.