Skip to content

Ensure options like "AllowLinkingAcrossProjects" Apear in teh Docs #2911

@MrHinsh

Description

@MrHinsh

It just had a "AllowLinkingAcrossProjects" flag... which removed the project name from the queries for finding work items... let me take a look at the code

Yup its AllowCrossProjectLinking in TfsEndpointOptions... im looking at what its not passed through

yes, its in the sample, but not in the docs because of some range behaviour I'm looking to fix:

{
  "MigrationTools": {
    "Version": "16.0",
    "Endpoints": {
      "#KEY#": {
        "EndpointType": "TfsTeamProjectEndpoint",
        "AllowCrossProjectLinking": "False",
        "Authentication": {
          "AccessToken": "jklsadhjksahfkjsdhjksahsadjhksadhsad",
          "AuthenticationMode": "AccessToken",
          "NetworkCredentials": {
            "Domain": "",
            "Password": "",
            "UserName": ""
          }
        },
        "Collection": "https://dev.azure.com/nkdagility-preview/",
        "Project": "migrationSource1",
        "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId"
      }
    }
  }
}

If you add "AllowCrossProjectLinking": "False", to your TfsTeamProjectEndpoint it will stop adding the project to the queries that look for work items and allow cross project finds.

It docuimented on https://devopsmigration.io/docs/reference/endpoints/tfs-team-project-endpoint/

And Im working to get the generator fixed so it lists that item...

Originally posted by @MrHinsh in #2909 (reply in thread)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions