Unable to @ mention certain users in Confluence
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
Some users are not showing up when you try to @ mention them in comments or pages, either by name or username. Generally, most users are appearing fine this way, but one or more may not be appearing as expected.
Cause
This is likely due to the content index with Confluence, and that user is just not in the present index.
The user may not present under the People Directory tab and sometimes just a simple re-index may not solve the problem.
Resolution
Re-Index System
Please follow the steps in How to Rebuild the Content Indexes From Scratch.
Select a sample user in the People Directory and manipulate the URL of the selected user:
1
https://your-confluence-url/confluence/display/~<selected-user>
and change to
1
https://your-confluence-url/confluence/display/~<missing-user>
in order to access the user who cannot be @ mentioned. After doing it the user should start showing up again and you will be able to @ mention the user.
See CONFSERVER-28615 - Users from LDAP do not appear in people directory or search results until they have logged in for the associated bug
Re-Index Users
ℹ️ This upgrade task options is not available in Confluence 8.0 and later versions
Go to the <Confluence Address>/admin/force-upgrade.action URL
Run 'UserIndexingUpgradeTask' task
Trigger User Info Indexing
If the above resolution did not help, you can do the following:
Go to the following URL
1
https://your-confluence-url/confluence/admin/users/edituser.action?username=user-to-mention
Modify or add any additional info about that user and save
Confluence will attempt to index the user info which will show that user in the mention suggestions
Was this helpful?