Skip to content

Add tracking to merge request time estimate/spent changes [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Patrick Bajao requested to merge 292824-track-mr-time-changes into master

What does this MR do?

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

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #292824 (closed)

Edited by Patrick Bajao

Merge request reports