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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,532
Community Members
 
Community Events
184
Community Groups

Replace all username with email address.

Hello, I am using JIRA Software 8.13 server version and I am using username in format of "firstname.lastname" to login.

I want to replace all username's with the email address.

Example- if my username is "firstname.lastname" and its email address is "test@xyz.com" then I want to replace the username with "test@xyz.com".

Is there any way to replace this username?

I have tried to change using database but still it is not working

Thanks in advance,

Sid

1 comment

Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 06, 2021

Hi @Siddheshwar Mhetre 

Changing it in database is error prone. You need to use Jira Java API. Take a look at this document for more details: https://docs.atlassian.com/software/jira/docs/api/8.19.0/com/atlassian/jira/user/util/UserManager.html

You would need ScriptRunner for Jira for doing this. Also note that renaming user will most likely break things that are based on hard coded username strings like filters or some app specific workflow conditions/validations. So you will have to identify them and fix them as well.

Ravi

Comment

Log in or Sign up to comment