Skip to content

Update time tracking widget to work_items_beta feature flag

Coung Ngo requested to merge 438575-move-time-tracking-to-beta into master

What does this MR do and why?

This MR updates time tracking widget to the work_items_beta feature flag (#438575 (comment 1794624829))

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

How to set up and validate locally

  1. In rails console enable FF
    Feature.enable(:work_items_beta)
  2. Visit any issue
  3. Create a task from the Child Items widget
  4. Open the task
  5. Check the time tracking widget in the sidebar works as expected

Related to #438575 (closed)

Edited by Coung Ngo

Merge request reports

Loading