[PM-32131] Add UseMyItems organization ability#7014
Merged
Conversation
…d-option-to-disable-my-items-in-bitwarden-portal
…nto ac/pm-31847/server-add-option-to-disable-my-items-in-bitwarden-portal
…d-usemyitems-organization-ability
Contributor
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #7014 +/- ##
==========================================
+ Coverage 56.69% 60.70% +4.00%
==========================================
Files 2013 2013
Lines 88125 88171 +46
Branches 7848 7851 +3
==========================================
+ Hits 49965 53524 +3559
+ Misses 36341 32744 -3597
- Partials 1819 1903 +84 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
r-tome
previously approved these changes
Feb 18, 2026
sven-bitwarden
previously approved these changes
Feb 18, 2026
kdenney
previously approved these changes
Feb 18, 2026
…d-usemyitems-organization-ability
8bc5736
|
Member
Author
|
This is ready for merge, I just had to bump migration dates as I'd been overtaken on |
sven-bitwarden
approved these changes
Feb 24, 2026
kdenney
approved these changes
Feb 24, 2026
rkac-bw
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-32131
📔 Objective
Add a
UseMyItemsorganization ability. This can be manually toggled off in the Bitwarden Portal in order to disable the creation of My Items when using the Organization Data Ownership policy. It will be on by default and only disabled upon customer request.This PR adds the ability, handles setting the default value, and allows it to be manually overridden. It does not wire it up to any business logic yet.
This was added following the instructions in #6970.
Design decision
We could structure this as
UseMyItems(positive) orDisableMyItems(negative). I went withUseMyItemsbecause:UseSso, notDisableSso)Summary of changes
UsePoliciesto match the migration logic. Billing Team have a ticket to add this, and I have marked the affected locations withTODOs, including ticket reference.📸 Screenshots