Skip to content

Draft: Work item rollUp weight based on FF

What does this MR do and why?

Since the backend and the frontend are being worked on the same milestone for rollup weight , this MR tries to prevent multiversion compatibility issues by disabling the fetch of new fields behind an FF

Based on Draft: Work item rollup weight and configuration (!158021) ( original MR without FF )

Work item weight based on FF

Changelog: changed

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.

FF off FF on
Screen_Recording_2024-07-08_at_4.57.32_PM Screen_Recording_2024-07-08_at_4

How to set up and validate locally

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

Enable FF work_items_alpha

  1. Create any epic
  2. Add issues with weight and without weight to it
  3. Check that you can see rollup weight in epics
  4. Also check that you are not able to have editable weights in epic sidebar
  5. Create any objective
  6. See that you are not able to see rollup weight in hierarchy widget

Disable FF work_items_alpha

  1. Create any epic
  2. Add issues with weight and without weight to it
  3. Check that you cannot see rollup weight in epics
  4. Also check that you are not able to have editable weights in epic sidebar
  5. Create any objective
  6. See that you are not able to see rollup weight in hierarchy widget

Related to #463219

Edited by Deepika Guliani

Merge request reports