Add tracking to merge request time estimate/spent changes [RUN ALL RSPEC] [RUN AS-IF-FOSS]
All threads resolved!
Compare changes
Files
9- Patrick Bajao authored
We need to track how many users change the time estimate and spent for MRs. To get that, whenever the time estimate and spent changes for a merge request, we track the following events: - i_code_review_user_time_estimate_changed - i_code_review_user_time_spent_changed
@@ -31,6 +31,7 @@ def handle_changes(merge_request, options)
@@ -31,6 +31,7 @@ def handle_changes(merge_request, options)
@@ -47,6 +48,7 @@ def handle_changes(merge_request, options)
@@ -47,6 +48,7 @@ def handle_changes(merge_request, options)
@@ -95,6 +97,11 @@ def track_title_and_desc_edits(changed_fields)
@@ -95,6 +97,11 @@ def track_title_and_desc_edits(changed_fields)