Skip to content

The Endpoint 'sourceName' specified for AzureDevOpsPipelineProcessor was not found. #2722

@tvriesde

Description

@tvriesde

Version

  • I confirm that I am using the latest version

Source Version

Azure DevOps Service

Target Version

Azure DevOps Service

Relevant configuration

{
  "Serilog": {
    "MinimumLevel": "Information"
  },
  "MigrationTools": {
    "Version": "16.1",
    "Endpoints": {
      "Source": {
        "EndpointType": "TfsTeamProjectEndpoint",
        "Collection": "https://dev.azure.com/migration-org-tyrone/",
        "Project": "pipeline-source",
        "Authentication": {
          "AuthenticationMode": "AccessToken",
          "AccessToken": "token"
        },
        "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
        "LanguageMaps": {
          "AreaPath": "Area",
          "IterationPath": "Iteration"
        }
      },
      "Target": {
        "EndpointType": "TfsTeamProjectEndpoint",
        "Collection": "https://dev.azure.com/migration-org-tyrone/",
        "Project": "pipeline-target",
        "Authentication": {
          "AuthenticationMode": "AccessToken",
          "AccessToken": "token"
        },
        "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
        "LanguageMaps": {
          "AreaPath": "Area",
          "IterationPath": "Iteration"
        }
      }
    },
    "Processors": [
      {
        "ProcessorType": "AzureDevOpsPipelineProcessor",
        "BuildPipelines": "",
        "Enabled": "True",
        "MigrateBuildPipelines": "True",
        "MigrateReleasePipelines": "True",
        "MigrateServiceConnections": "True",
        "MigrateTaskGroups": "True",
        "MigrateVariableGroups": "True",
        "ReleasePipelines": "",
        "SourceName": "sourceName",
        "TargetName": "targetName"
      }
    ]
  }
}

Relevant log output

-The Endpoint 'sourceName' specified for `AzureDevOpsPipelineProcessor` was not found.

What happened?

I can't seem to get the AzureDevOpsPipelineProcessor to work. On the same org + authentication token, I can perfectly well migratie work items between 2 other projects I have configured in another configuration, but this configuration seems to give me this odd error.

As per my understanding the SourceName and TargetName field should work as is.

Any help is much appreciated.

Debug in Visual Studio

  • Visual Studio Debug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions