Skip to content

WIP: Add create issue button on alert details page - Part 1

What does this MR do?

Adds create issue button on alert details page which links to an empty issue page

As suggested in this comment we're splitting issue creation from alerts details page into 3 parts (FE wise)

PARTS:

Current MR - Button behind feature flag linking to empty issue page

Second MR to prefill text using URL query params

Third MR to automatically create issue when you click the button (with BE support)

Feature flags

🇺🇦 ALert details page is behind feature flag alert_management_detail.

Button itself has dedicated FE feature flag create_issue_from_alert_enabled

Screenshots

this page has basic layout, so it might look like broken on the screenshot but it is just not ready yet

Screen_Shot_2020-05-08_at_10.39.30## 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

References #213909 (closed)

Merge request reports