merge mantis accounts 1.2.3

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
zidnut
Posts: 11
Joined: 23 Sep 2009, 21:29

merge mantis accounts 1.2.3

Post by zidnut »

Is there any way to merge two mantis user accounts into one?
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: merge mantis accounts 1.2.3

Post by istvanb »

What you mean on this exactly?
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

Re: merge mantis accounts 1.2.3

Post by cas »

This plugin enables allocating issues from one user to another.

Installation:
Copy the plugin into the plugins directory of your mantis installation.
Log on to mantis with Admin right
Go to Manage
Select Manage Plugins
Install Syncuser
Configure plugin by clicking on the name after install.

On the manage menu a new option will be available.

http://www.mantisbt.org/bugs/view.php?id=7260
zidnut
Posts: 11
Joined: 23 Sep 2009, 21:29

Re: merge mantis accounts 1.2.3

Post by zidnut »

so my first attempt at this failed..

Database query failed. Error received from database was #1062: Duplicate entry '6-2079' for key 1 for the query: update mantis_project_user_list_table set user_id=2079 where user_id=111.

any ideas?

matt
zidnut
Posts: 11
Joined: 23 Sep 2009, 21:29

Re: merge mantis accounts 1.2.3

Post by zidnut »

Also, I should be clear. These users have created two accounts and done work in both. So they are looking to preserve data related to both accounts, not creating a new account to merge data into. Hoping to save data from one account into another while maintaining the data that account already has.
zidnut
Posts: 11
Joined: 23 Sep 2009, 21:29

Re: merge mantis accounts 1.2.3

Post by zidnut »

I figured out why, I had to remove the copy from user out of the project, or else they confilct after the merge.
Post Reply