-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New bitwarden import function does not work for exported Organization Vaults #10380
Copy link
Copy link
Closed
Copy link
Labels
Milestone
Description
Overview
The new import function for Bitwarden JSON works properly for personal Vaults (encrypted or unencrypted json) but does not work for Organizational Vault, neither unencrypted nor encrypted.
Steps to Reproduce
- From Browser: export organizational vault to file (NOT Personal Vault), unencrypted
- Import Database in KeepassXC
- Choose Bitwarden (.json)
- Choose previously exported json file (from organizational vault
- Choose New or Existing DB (doesn't matter)
- Dialogbox for import assistant shows 0 entries
Expected Behavior
Finding and importing all entries from organizational vault export
Actual Behavior
No entries are found, therefore nothing is imported
Context
My assumption is that import assistant can only handle personal vaults due to different json formats/variables.
Personal Vault has:
- folders
- items
Organizational Valut has:
- collections
- items
KeePassXC - VERSION
Revision: 2.7.7
Operating System: macOS
Reactions are currently unavailable