Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
We are using Jira Software (8.4.3) along with Crowd user directory.
Recently we happened to change usernames of several user accounts in Crowd.
We noticed that new usernames are
So my questions are:
Thanks and regards,
Toshio
I just tried in my Jira. Here is what I did.
Is that the experience you are having?
If so, it appears that the underlying code to link to the user profile is not dynamic. It's more like a hard link for that specific name. Once that name is changed, the link breaks. When I went back to the ticket, it had [~amy] instead.
But if I typed in @justamy, it worked again as expected.
Yes, that's exactly what I've seen in our Jira.
Perhaps Atlassian's decision is to reflect username changes to fields with "UserPicker" type only, as it can easily be implemented by SQL queries.
Updating some part of text fields should be more complex and CPU-consuming task.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't renamed usernames before and would need to test.
One thing you could try would be a reindex on the system. The user picker could be looking directly at the directory and possibly the @ mentions are using the index.Administration > System > Indexing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shannon,
Thanks for your idea.
But unfortunately @ mentions did not reflect new usernames even after I performed reindex - though not sure if this is by design or not.
Regards,
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.