Add tracking for issues_mrs_empty_state experiment
All threads resolved!
All threads resolved!
Compare changes
There are no changes yet
No changes between version 8 and version 7
Add tracking for issues_mrs_empty_state experiment
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
bin/rails c
Feature.enable(:issues_mrs_empty_state)
incoming_email:
in gitlab.yml
.For the MRs empty state:
sequence | activity | category | action | label |
---|---|---|---|---|
(Control/Candidate) User renders MR empty state page - question are we able to tell from where? ex. Nav, Learn GitLab, etc. | projects:merge_requests:index |
render_project_mrs_empty_list_page |
project_mrs_empty_list |
|
(Candidate) User clicks play on Merge Request video | - | - | - | |
(Control/Candidate) User clicks New Merge Request or Create a new merge request button |
projects:merge_requests:index |
click_new_mr_project_mrs_empty_list_page |
new_mr_project_mrs_empty_list |
|
(Candidate) User clicks Learn more about merge requests button |
projects:merge_requests:index |
click_learn_more_project_mrs_empty_list_page |
learn_more_project_mrs_empty_list |
For the Issues empty state:
sequence | activity | category | action | label |
---|---|---|---|---|
(Control/Candidate) User renders Issues empty state page - question are we able to tell from where? ex. Nav, Learn GitLab, etc. | projects:issues:index |
render_project_issues_empty_list_page |
project_issues_empty_list |
|
(Candidate) User clicks play on Issue video | - | - | - | |
(Control/Candidate) User clicks on Learn more about issues | projects:issues:index |
click_learn_more_project_issues_empty_list_page |
learn_more_project_issues_empty_list |
|
(Control/Candidate) User clicks New Issue or Create new issue button |
projects:issues:index |
click_new_issue_project_issues_empty_list_page |
new_issue_project_issues_empty_list |
|
(Control/Candidate) User clicks on Email a new issue to this project or Email a new issue
|
projects:issues:index |
click_email_issue_project_issues_empty_list_page |
email_issue_project_issues_empty_list |
|
(Control/Candidate) User clicks on Import | projects:issues:index |
click_import_csv_project_issues_empty_list_page / click_import_jira_project_issues_empty_list_page
|
CSV or JIRA | |
(Control/Candidate) User clicks on JIRA integration | projects:issues:index |
click_jira_int_project_issues_empty_list_page |
jira_int_project_issues_empty_list |
Related to #436480 (closed)
No changes between version 8 and version 7