Moving reviews to other project

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
naveensk
Posts: 1
Joined: Thu 12 May 2016 14:13

Moving reviews to other project

Post by naveensk » Thu 12 May 2016 14:36

Is there a possibility to move reviews from one project to other for Code review board?

There were few reviews which were created for a code base before new project was created, now the need is to move reviews, i checked available options and see that only way is tweak the data in DB, is that the right way?

Artem
Devart Team
Posts: 137
Joined: Mon 21 Jun 2010 14:02

Re: Moving reviews to other project

Post by Artem » Fri 13 May 2016 10:02

naveensk wrote:only way is tweak the data in DB
Unfortunately yes, the only way is to change ProjectId, RepositoryId (repositories should be created for new project) and ReviewRepositoryId in tables:
Image

Post Reply