'How to move a wiki to other project in Azure DevOps
I need move the wiki from a project to other.
We are using Azure DevOps and both projects are in the same organization.
I haven't seen any tools neither any option in DevOps.
Solution 1:[1]
The Azure DevOps wiki is a git repo, but to expand on the other answer, with the subsequent step.
There are other methods on the net about migrating wikis and the problem with attachments, but this method migrates all pages, attachments and links.
- On the source Azure DevOps, browse to the root of the wiki page
board -> wikiand clickclone wiki
- Copy the git url and the credentials
- On the target Azure DevOps, browse to
Repos -> Files - Choose
import a repository
- In the pop up window, type in the Clone URL, tick
Requires authenticationthen the username and password.
- This takes a 'short' amount of time depending on how large your wiki is. For my wiki of 200 text-heavy pages, it took about 1 second. but Azure DevOps will send you an email confirming when it is complete.
Note: this process works migrating from one Azure DevOps organisation to another.
Solution 2:[2]
Below answers are incomplete.
- Clone the wiki of source - Make sure to copy the giturl, username and password.
- On target project go to Repos > Files > Import Repository User repository fields from step 1
- On target project, go to Overview > Wiki > Publish code as wiki
- Select repository settings from step 2, folder as / (root folder) and add wiki name.
- Publish. Wait for sometime and done.
Refer link : this
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Marcus D |
| Solution 2 | Ganesh Todkar |




