Splits feature flag for removing note attributes
What does this MR do and why?
The original feature flag to remove user attributes !96447 (merged) was only scoped to groups, which meant that the attributes would only be removed on epics, but not on issues, merge requests or incidents. We are now instead splitting up the feature flag into one for groups, and one for projects.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
For groups, enable remove_user_attributes_groups
.
For projects, enable remove_user_attributes_projects
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Marcel van Remmerden