Skip to content

Send gitlab_standard context with issue promotion event

Alishan Ladhani requested to merge ali/use-gitlab-standard-schema into master

What does this MR do?

Send the gitlab_standard context with the event fired when an issue is promoted to an epic.

The gitlab_standard context should eventually be sent with all events, and will include many more fields. This MVC is the first step in that direction. We can use this event to validate that the context is collected and processed correctly, and that it can be used in Snowflake queries.

Related to #297281 (closed)

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
Edited by Alishan Ladhani

Merge request reports