We created automated release notes to be generated in AzureDevops wiki using Release tasks in AzureDevops
However during testing some incorrect entries were created in AzureDevops wiki.
It is impossible to remove them using GUI or azure devops CLI.
Error about inocrrect path is shown for a page (both from UI and CLI)
Broken folder. There is no ,,More..." option available from UI. Azure devops CLI gives no option to remove folders.
If i Click it we can see
Is there any other way ?
Regards.
One of my friends managed to solve this.
The underlying issue it seems is that UI in the backEnd doesn't save paths with spaces but rather with '-' chars.
So if we create on UI folder 'some items' it will be saved in backEnd as 'some-items'
Since we used automation to try to create articles under that folder and used the version with no '-' it somehow broke the wikis UI.
Solution:
In case if some entries are broken we can use git clone to clone wiki repo and fix it (delete incorrect folders, files) on windows or linux (we used linux since there were some additional problems on windows). Then after fixes are applied commit push it back up.