Skip to content

Resolve "Expose Alert via Issues Type"

Sean Arnold requested to merge 240874-expose-alert-via-issues-type into master

What does this MR do?

This adds the alert_management_alert to the IssuesType in the GraphQL API.

This is needed to complete the issues in Epic &3993 (closed), where we show related Alert information on the Incident (Issue with issue_type incident) page. Having the ability to fetch the alert via the Issue type reduces the number of calls we need to make against the GraphQL API.

To reduce N+1s I have used LookAhead, and migrated related code to use this.

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

Closes #240874 (closed)

Edited by Sean Arnold

Merge request reports