オートコンプリートの無効化オプションを有効化しているときに特定のユーザーでメンション機能が動作しない

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Platform Notice: Server, Data Center, and Cloud By Request - This article was written for the Atlassian server and data center platforms but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.

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.

*Fisheye および Crucible は除く

問題

Specific user(s) are unable to mention any users using autocomplete in the editor using "@" as the trigger of this feature.

診断

Using the insert menu by choosing Insert > User Mention then search for and select the user you want to mention, works without any issue

原因

This is due to the "Disable Autocomplete" option in the user profile setting enabled.

If you want to identify what users have enabled the "Disable Autocomplete" option on their profile, you can make use of the following query: 

SELECT u.user_key, u.username, cw.first_name, cw.last_name, o.entity_key, o.boolean_val 
FROM os_propertyentry o 
JOIN user_mapping u ON u.user_key=substr(o.entity_name, length('USERPROPS-')+1) 
JOIN cwd_user cw ON cw.user_name=u.username 
WHERE o.entity_key LIKE '%confluence.prefs.editor%' AND boolean_val=true 
ORDER BY u.username, o.entity_key ASC

ソリューション

In order to fix this issue, the affected user needs to follow the steps below to disable the "Disable Autocomplete" option.

  1. Access your "User Profile" by clicking user avatar on the top right and select "Profile"
  2. Navigate to the "Settings" tab
  3. Click the "Editor" section on the left side of the menu
  4. Untick the "Disable Autocomplete" option




最終更新日 2023 年 5 月 4 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.