Hello Haseeb Ahmed,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are asking if it possible to clone a Project from one organization on Azure DevOps to another organization.
Yes, it is possible to clone a project from one Azure DevOps organization to another, including all its elements such as Work Items, Queries, and Dashboards.
These are some methods and tools you can use to clone a project achieve this:
- Azure DevOps Migration Tools is a set of open-source tools designed to help migrate data between Azure DevOps instances or organizations. It supports migrating work items, source code, and build and release definitions.
- Azure DevOps REST APIs to export data from the source organization and import it into the target organization. This method requires more manual effort but offers flexibility for specific requirements.
- Third-Party Tools:
- OpsHub provides a migration tool that supports the migration of Boards, Repos, Pipelines, Work Items, and more, with rich data migration including history and embedded images.
Steps to Clone Using Azure DevOps Migration Tools
Follow the instructions on the Azure DevOps Migration Tools GitHub page to install and configure the tools.
Set up the configuration file to specify the source and target organizations, and the elements you want to migrate.
Execute the migration tool to transfer the data from the source project to the target project.
Read more in this link as I have listed and described above - https://video2.skills-academy.com/en-us/answers/questions/1283134/can-we-migrate-projects-from-one-ado-organization
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.