0

我目前正在使用 MigrationTools-11.9.31,在此之下我已经迁移了所有工作项,包括测试用例、测试计划和测试套件。但是在迁移之后,所有的机智都被填充到目标项目下,同时检查测试计划部分下的测试计划和测试套件,能够看到所有的测试计划,但是一旦我点击了一个,它说没有找到测试计划。

所以,请建议我如何迁移这个测试计划和测试套件。json文件如下

"Processors": [
    {
      "$type": "WorkItemMigrationConfig",
      "Enabled": true,
      "ReplayRevisions": true,
      "PrefixProjectToNodes": true,
      "UpdateCreatedDate": true,
      "UpdateCreatedBy": true,
      "BuildFieldTable": false,
      "AppendMigrationToolSignatureFooter": false,
      "WIQLQueryBit": "AND  [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Bug', 'Epic', 'Feature', 'Issue', 'Task', 'Test Case', 'Test Plan', 'Test Suite', 'User Story')",
      //"WIQLQueryBit": "AND  [Microsoft.VSTS.Common.ClosedDate] != '' AND [System.WorkItemType] IN ()",
      "WIQLOrderBit": "[System.ChangedDate] desc",
      "LinkMigration": true,
      "AttachmentMigration": true,
      "AttachmentWorkingPath": "c:\\temp\\WorkItemAttachmentWorkingFolder\\",
      "FixHtmlAttachmentLinks": false,
      "SkipToFinalRevisedWorkItemType": true,
      "WorkItemCreateRetryLimit": 5,
      "FilterWorkItemsThatAlreadyExistInTarget": true,
      "PauseAfterEachWorkItem": true,
      "AttachmentMaxSize": 480000000,
      "CollapseRevisions": false,
      "LinkMigrationSaveEachAsAdded": false,
      "GenerateMigrationComment": true,
      "NodeBasePaths": [
        //"Product\\Area\\Path1",
        //"Product\\Area\\Path2" // means Area and Iteration will get migrate and with no // menas Are and Iteartion will get skip
      ],
      "WorkItemIDs": null
    }
  ],

  "Version": "11.9",
  "workaroundForQuerySOAPBugEnabled": false,
  "WorkItemTypeDefinition": {
    //"sourceWorkItemTypeName": "targetWorkItemTypeName"
    "Feature" : "Feature",
    "Bug"  : "Bug",
    "Epic" : "Epic",
    //"Task" : "Task",
    "Issue" : "Issue",
    "Task" : "Task",
    "Test Case" : "Test Case",
    "Test Plan" : "Test Plan",
    "Test Suite" : "Test Suite",
    "User Story" : "User Story"
    //"Feedback Request" : "Feedback Request",
    //"Shared Steps" : "Shared Steps"
    
  },

在此处输入图像描述

4

0 回答 0