Skip to content

Splits feature flag for removing note attributes

Marcel van Remmerden requested to merge remove-user-attributes-projects into master

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
image image

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.

Edited by Marcel van Remmerden

Merge request reports