Forum Discussion
haratsu
Oct 13, 2023Copper Contributor
DevOps Wiki: How to enable download of attachment
Hello, I do have a git based wiki in ADO with the following structure: | ---- REAGME.md
| ---- .attachments
| ---- config.xml Within README.md I want to reference config.xml in a way t...
Kidd_Ip
Jul 21, 2026MVP
Azure DevOps Git-based Wikis do not support query parameters (?download=true&name=...) in relative Markdown links. Any query string you append gets URL-encoded and treated as part of the filename, which is why your link fails, learn.microsoft.com/en-us/azure/devops/boards/work-items/manage-attachments?view=azure-devops