-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
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
Labels
No labels