I want to be able to bulk change the emails associated to a user and have the user moved to another repository (within LDAP)
(JIRA Server) What I did in the past when a username was changed by the security team because the user was changing team, here are the facts:
What I did was this:
After this the user with his new username would login with his new username and access his history
What I need to do with JSM Data Center
Our users come from 2 different cie with their own domain (for the email). We will have a new identity (same username within OldCieA and OldCieB but with a new email adress for NewCieC ) with Repository NewCieC . The migration to this new identity will be done on a 6 months period, between 50-100 each week.
What I need to do is find a recipe that will allow the user to access his JSM history. I thought I could do something like I used to do in my JIRA server instance (see at the beginning of this question)
Can this be done ? What is the best way to do this ? Can we use a script with scriptrunner or use the Rest API ?
Any help will be welcome
Carmen