Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to assign crucible review to another user from backend, but not able to. Please help

Krishna Ponnekanti
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 14, 2017
update cru_comment set cru_user_id = 'id_user_to_keep' where cru_user_id = 'id_user_to_delete';
update cru_comment_read_status set cru_user = 'id_user_to_keep' where cru_user = 'id_user_to_delete';
update cru_review_participant set cru_user = 'id_user_to_keep' where cru_user = 'id_user_to_delete';
update cru_review set cru_creator = 'id_user_to_keep' where cru_creator = 'id_user_to_delete';

 

 

crucible version is Version:4.4.1.

 

Do we need to modify any of the XML files manually? 

0 answers

Suggest an answer

Log in or Sign up to answer