Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Resolve missing email addresses when migrating to the Cloud

Edited

hi,

we need to migrate from Jira Server Environment to Jira cloud and some users without email are blocking us.  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 

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 25, 2022

@Francesco Coppola Have you restarted your instance and ran a reindex?  I would suggest doing this to see if it fixes the issue.

 thanks @Brant Schroeder  fixed the issue

  

TAGS
AUG Leaders

Atlassian Community Events