-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR 42: Added a number of demo configurations
- Added a number of demo configurations
- Loading branch information
Showing
4 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"TelemetryEnableTrace": true, | ||
"Target": { | ||
"Collection": "https://tfs.test.company.com/tfs/col2/", | ||
"Name": "ProjectName" | ||
}, | ||
"ReflectedWorkItemIDFieldName": "TfsMigrationTool.ReflectedWorkItemId", | ||
"WorkItemTypeDefinition": { | ||
"Bug": "Bug", | ||
"User Story": "User Story", | ||
"Requirement": "Requirement", | ||
"Task": "Task", | ||
"Test Case": "Test Case", | ||
"Shared Steps": "Shared Steps", | ||
"Shared Parameter": "Shared Parameter" | ||
}, | ||
"FieldMaps": [ | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldtoTagMapConfig", | ||
"WorkItemTypeName": "*", | ||
"sourceField": "System.State", | ||
"formatExpression": "OriginalState:{0}" | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldValueMapConfig", | ||
"WorkItemTypeName": "*", | ||
"sourceField": "System.State", | ||
"targetField": "System.State", | ||
"valueMapping": { | ||
"Approved": "New", | ||
"New": "New", | ||
"Committed": "Active", | ||
"In Progress": "Active", | ||
"To Do": "New", | ||
"Done": "Closed" | ||
} | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldtoTagMapConfig", | ||
"WorkItemTypeName": "*", | ||
"sourceField": "Microsoft.VSTS.Common.BusinessValue", | ||
"formatExpression": "BV:{0}" | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldtoFieldMapConfig", | ||
"WorkItemTypeName": "*", | ||
"sourceField": "Microsoft.VSTS.Common.BacklogPriority", | ||
"targetField": "Microsoft.VSTS.Common.StackRank" | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldtoFieldMapConfig", | ||
"WorkItemTypeName": "*", | ||
"sourceField": "Microsoft.VSTS.Scheduling.Effort", | ||
"targetField": "Microsoft.VSTS.Scheduling.StoryPoints" | ||
} | ||
], | ||
"Processors": [ | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.WorkItemUpdateConfig", | ||
"WhatIf": false, | ||
"Disabled": false, | ||
"QueryBit": "AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"TelemetryEnableTrace": true, | ||
"Target": { | ||
"Collection": "https://tfs.test.company.com/tfs/Coll2/", | ||
"Name": "ProjectName" | ||
}, | ||
"ReflectedWorkItemIDFieldName": "TfsMigrationTool.ReflectedWorkItemId", | ||
"WorkItemTypeDefinition": { | ||
"Bug": "Bug", | ||
"User Story": "User Story", | ||
"Requirement": "Requirement", | ||
"Task": "Task", | ||
"Test Case": "Test Case", | ||
"Shared Steps": "Shared Steps", | ||
"Shared Parameter": "Shared Parameter" | ||
}, | ||
"FieldMaps": [ | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.FieldMap.FieldBlankMapConfig", | ||
"WorkItemTypeName": "*", | ||
"targetField": "TfsMigrationTool.ReflectedWorkItemId" | ||
} | ||
], | ||
"Processors": [ | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.WorkItemUpdateConfig", | ||
"WhatIf": false, | ||
"Enabled": true, | ||
"QueryBit": "AND [TfsMigrationTool.ReflectedWorkItemId] <> '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"TelemetryEnableTrace": true, | ||
"Source": { | ||
"Collection": "https://tfs.test.company.com/tfs/coll2/", | ||
"Name": "ProjectName" | ||
}, | ||
"Target": { | ||
"Collection": "https://tfs.test.company.com/tfs/coll1/", | ||
"Name": "ProjectName_New" | ||
}, | ||
"ReflectedWorkItemIDFieldName": "TfsMigrationTool.ReflectedWorkItemId", | ||
"WorkItemTypeDefinition": { | ||
"Bug": "Bug", | ||
"User Story": "User Story", | ||
"Requirement": "Requirement", | ||
"Task": "Task", | ||
"Test Case": "Test Case", | ||
"Shared Steps": "Shared Steps", | ||
"Shared Parameter": "Shared Parameter" | ||
}, | ||
"Processors": [ | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.TeamMigrationConfig", | ||
"Enabled": true | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.NodeStructuresMigrationConfig", | ||
"Enabled": false | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.WorkItemMigrationConfig", | ||
"Enabled": false, | ||
"QueryBit": "AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.LinkMigrationConfig", | ||
"Enabled": false | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.AttachementExportMigrationConfig", | ||
"Enabled": false, | ||
"QueryBit": "AND [System.AttachedFileCount] > 0" | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.AttachementImportMigrationConfig", | ||
"Enabled": false | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.TestVeriablesMigrationConfig", | ||
"Enabled": false | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.TestConfigurationsMigrationConfig", | ||
"Enabled": false | ||
}, | ||
{ | ||
"ObjectType": "VSTS.DataBulkEditor.Engine.Configuration.Processing.TestPlansAndSuitsMigrationConfig", | ||
"Enabled": false | ||
} | ||
] | ||
} |
d0b7adc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't line 10 of demo-mapping-scrum2Agile.json be?:
"Product Backlog Item": "User Story",
d0b7adc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JohnPalm, not for the "migration" demo. I usually do an in-place move from one process template to another, and then migrate to another server with identical templates.
I find this reduced most of the risk.