Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Missing "User Directories" option in Jira Server v8.2.2

Sam Bartolome
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 27, 2019

Hi there,

We have upgraded  our Jira instance from 8.x.x to 8.2.2 in order to solve the known bug of 'User Directories' missing option even being part of Jira System Administrator and Administrator group. Is there anything I may be missing?
Thanks in advance

2 answers

1 accepted

0 votes
Answer accepted
antonio ferruz July 26, 2019

Hello,

This issue was raised to Atlassian support . As usual the support team found out a solution :

Rootcause

The user directory screen is part of the "com.atlassian.crowd.embedded.admin" plugin package. Within your instance this package has been disabled which is why this screen is not enabled either.

Solution

To resolve the issue please;

  1. Backup your database.
  2. Delete the following entry from the pluginstate table.
    DELETE FROM pluginstate WHERE pluginkey = 'com.atlassian.crowd.embedded.admin';
  3. Restart Jira.

You should now be able to see the User Directory screen with a system admin user!

Sam Bartolome
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 27, 2019

Hi @PVS  

Already checked that option, even removing and adding me back on. The issue still persists.

Thanks for the quick advise anyway

Suggest an answer

Log in or Sign up to answer