You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
we need to migrate to Jira Server Environment to Jira cloud. We cannot edit user in Jira because the source is the Active Directory. Besides we cannot fix the data in active directory.
So Following what is suggested here "Resolve missing email addresses when migrating to the Cloud " we tried to fix the data with a Database update executing the following SQL query
UPDATE cwd_user
SET email_address = CONCAT('user-',id,'@domain.com'),
lower_email_address = CONCAT('user-',id,'@domain.com')
WHERE (email_address is NULL or email_address = '') or (lower_email_address is NULL or lower_email_address = '');
Now the new email has been in the database but the change is not visible/present in Jira and we can't proceed with migration
Anyone has the same issue? or can advice how to solve?
Thanks
Hi, I just did the same thing last week. In the manual, there is somewhere a note that you need to reboot your server, so that cache is cleared and the newly added emailadresses will be visible in your GUI.
I just cannot find that comment anymore.
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.