Track group access level of user during imports
What does this MR do and why?
These changes add event tracking for the user's role when importing groups and projects with:
- file-based project import (gitlab_project)
- from GitHub (github)
- with Gitlab Migration (bulk_import_group)
- or from bitbucket (bitbucket).
This will assist in understanding which roles are using import features.
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.
Related to #378867 (closed)