Schedule cache count update on group transfer
What does this MR do and why?
Schedules update of cache counts for nullified parent epics.
Related to #373834 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Example below:
- In rails console enable cache_issue_sums
Feature.enable(:cache_issue_sums) - create a group with a subgroup
- create epics both in group and subgroup and set parent epic for the epic in subgroup
- assign an issue to the epic in the subgroup
- check in console that total_opened_issue_count is set both for parent and subepic
- transfer subgroup under different root group
- check that total_opened_issue_count was updated after a minute
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.