SARIF Multitool file-work-items: Handling of Spaces in the DevOps Project name
neunkasulle opened this issue · 0 comments
neunkasulle commented
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