User management features are missing from Admin Console

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

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 は除く

要約

User management features are missing from Confluence if an Cloud instance with the "User Management" dark feature is imported.

診断

User management menu from the General Administration  and the Users and groups menu goes missing when Confluence Cloud is migrated to Server. After migration, User management links should be visible to admins in the Confluence admin console and the cog but they are not. The screen looks something like below.

原因

Cloud instance with the "user management" dark feature is imported and hence causes this issue. This dark feature can be seen by the below URL

回避策

  1. The user and group management areas can be accessed directly via url:
    • Users: <base_url>/admin/users/showallusers.action
    • Groups: <base_url>/admin/users/browsegroups.action
  2. Try to disable the dark feature:
    1. Log into Confluence with an user with administrator permissions.
    2. Go to the URL <base_url>/admin/darkfeatures.action
    3. Click on remove for the entry unified.usermanagement.
  3. Or you can use the following SQL to disable the dark feature. The Confluence cache will need to be flushed, and the links will reappear.
delete from BANDANA where BANDANAKEY = 'confluence.darkfeature';

Bug Ticket

This issue is being tracked on the below Bug request


最終更新日: 2025 年 1 月 23 日

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

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