Configuration - adamdriscoll/reflectwilinks GitHub Wiki

Open up the .config file and set the following values as appropriate :

  • TargetTfsUri: Url of the target TFS server TPC (destination of the migration) ex: http://my-tfs:8080/tfs
  • SourceTfsUri: Url of the source TFS server TPC (origin of the migration) ex: http://myother-tfs:8080/tfs
  • TargetProject: The target project that is being executed against in VSTS.
  • ScopeQueryGuid: the GUID (*) of the Scope query, it should include all work items that have been migrated that potentially have links
  • TargetQueryGuid: the GUID (*) of the Target query, it should include those work items that have been migrated, and that you want to update (it should be a subset of the scope query)
  • ScopeQueryName: If specified, looks up the GUID for the query. Name must be unique in the project.
  • ScopeTargetQuery: If specified, looks up the GUID for the query. Name must be unique in the project.
  • AddMissingChangesets: toggle to enable/disable the detection and completion of changeset links. Should be disabled if source and destination servers aren’t the same.
  • AddMissingRelated: toggles the detection and completion of links between work items.
  • AddMissingOtherExternal: toggles the detection and completion of other types of links (seldom)