Skip to content

Add tracking to merge request assignees/reviewers changes [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Patrick Bajao requested to merge 292824-track-assignee-reviewer-changes into master

What does this MR do?

We need to track how many users change the assignees/reviewers of MRs.

To get that, whenever the assignees/reviewers changes for a merge request, we track the following events:

  • i_code_review_user_assignees_changed
  • i_code_review_user_reviewers_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 Thong Kuah

Merge request reports