Dispatch Snowplow event on issue created from epic
What does this MR do and why?
in #366827 (closed), the backend events needed for redis_hll_counters.epics_usage.epics_usage_total_unique_counts_monthly were instrumented. This issue is for a single FRONTEND event which is needed to ship this counter.
Screenshots or screen recordings
How to set up and validate locally
- Navigate to an epic page. (for example
/groups/flightjs/-/epics/5
) - Either add a new Issue to the epic or link existed
- Verify the a event appeared in Snowplow collector (
localhost:9091/micro/good
) or in Chrome extension (Snowplow debugger)
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 #370373 (closed)
Edited by Niko Belokolodov