Skip to content

Added work_item_view_for_issues feature flag

What does this MR do and why?

This change moves us from an opt-in user preference model to a normal feature flag, allowing for the next phase of the rollout of the work items view. When the :work_item_view_for_issues feature flag is enabled for a group, all issue views in that group will see the work items view regardless of their personal preference setting.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the experiment fully

    Feature.enable(:work_item_view_for_issues)
  2. Visit any issue page

  3. You should see the work item view instead of the legacy issue view

Edited by Deepika Guliani

Merge request reports

Loading