Skip to content

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

Screen_Shot_2022-08-15_at_11.00.52_AM

How to set up and validate locally

  1. Navigate to an epic page. (for example /groups/flightjs/-/epics/5)
  2. Either add a new Issue to the epic or link existed
  3. 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.

Related to #370373 (closed)

Edited by Niko Belokolodov

Merge request reports