You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
Visual Studio Team Services Bulk Data Editor Engine allows you to bulk edit data in Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). It has many names depending on what you are trying to achieve. You might call it a migration tool, or a bulk update tool, and both are correct.
4
4
5
-
##Getting the Tools
5
+
##Getting the Tools
6
6
7
7
There are three ways to use these tools:
8
8
9
9
- Create your own tools by using the [VSTS Bulk Data Editor Engine](https://www.nuget.org/packages/VSTS.DataBulkEditor.Engine/) on nuget
10
10
- Download the [latest release from GitHub](https://github.com/nkdAgility/vsts-sync-migration/releases) and unzip
11
-
- (recomended)[Install with Chocolatey](https://chocolatey.org/packages/vstssyncmigrator/)
11
+
- (recomended)[Install from Chocolatey](https://chocolatey.org/packages/vsts-sync-migrator/)
12
12
13
13
## Overview
14
14
@@ -34,30 +34,30 @@ By default, when you are moving from source to target the system will map all of
34
34
35
35
There are other processors that can be used to migrate, or process, different sorts of data in diferent ways. Which one is right for you depends on the situation at hand.
36
36
37
-
####In-Place Processors
37
+
####In-Place Processors
38
38
39
39
-**WorkItemUpdate** - Need to just update work items in place, use this and only set the Target. All field mappings work...
40
40
-**WorkItemDelete** - Woops... Can I just start again? Feed this a query and watch those items vanish ***WARNING***
41
41
42
-
####Migrators
42
+
####Migrators
43
43
44
44
Most of thise processors need to be run in order. If you try to migrate work items before you have migrated Area and Iterations then ***bang*** you need to go back.
45
45
46
-
#####Work Items
46
+
#####Work Items
47
47
1.**NodeStructuresMigrationContext** -
48
48
1.**WorkItemMigrationContext** - The work horse...push tip from one location to another while maintining context. Make sure that you add a ReflectedWorkItemID and you can restart the service at any time...
Copy file name to clipboardExpand all lines: docs/usage/command-line.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using the Command Line
2
2
3
-
Download from [executable](https://github.com/nkdAgility/vsts-data-bulk-editor/releases) and extract. Use `vstsbulkeditor.exe init` to create a reference `vstsbulkeditor.json` configration file.
3
+
Download from [executable](https://github.com/nkdAgility/vsts-data-bulk-editor/releases) and extract. Use `vstsbulkeditor.exe init` to create a reference `vstsbulkeditor.json` configration file, Or you can [install from Chocolatey](https://chocolatey.org/packages/vsts-sync-migrator/).
0 commit comments