You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an Azure DevOps Project named Fuu Bar its default Area Path would be Fuu Bar and its URL https://dev.azure.com/org/Fuu%20Bar.
When running the multitool to create new work items, part of the URL is used to determine the Area Path, with no way, at leasy I did not find one in the codebase, to manually overwrite it.
So the tool tries tol create the work item with Area Path Fuu%20Bar adn that throws an Microsoft.VisualStudio.Services.Common.VssServiceException: TF401347: Invalid tree name given for work item -1, field 'System.AreaPath'. Error
The text was updated successfully, but these errors were encountered:
If I have an Azure DevOps Project named
Fuu Bar
its default Area Path would beFuu Bar
and its URL https://dev.azure.com/org/Fuu%20Bar.When running the multitool to create new work items, part of the URL is used to determine the Area Path, with no way, at leasy I did not find one in the codebase, to manually overwrite it.
So the tool tries tol create the work item with Area Path
Fuu%20Bar
adn that throws an Microsoft.VisualStudio.Services.Common.VssServiceException: TF401347: Invalid tree name given for work item -1, field 'System.AreaPath'. ErrorThe text was updated successfully, but these errors were encountered: