-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.4.3, 9.4.6
-
Component/s: Administration - Users and Groups
-
None
-
1
-
Severity 3 - Minor
-
4
Problem
When the Bitbucket Internal user directory is disabled, and an external user directory (such as Crowd) is present, the option to export users and permissions is not shown. (screenshot attached)
Environment
Bitbucket version 9.4.x
Steps to Reproduce
- Link the external Crowd directory under the user directories.
- Disable Bitbucket Internal Directory
- Navigate to Setting -> Users
Expected Results
The export dropdown for the user and permissions should be visible
Actual Results
No export dropdown available for exporting the user and the user permissions list.
Workaround
- Enable internal user directory and export options would be enabled.
- Use Export api's for fetching similar reports
curl -u username:password -X GET http://{baseurl}/rest/ui/latest/admin/users/export curl -u username:password -X GET http://{baseurl}/rest/ui/latest/admin/permissions/users/export