Skip to content

Resolve "Add Type selector to new Issue creation form"

David O'Regan requested to merge 230857-incident-type-selector into master

What does this MR do?

This merge is a tiny MVC for #230857 (closed) where we add a new dropdown to the Issue creation for called: Type. This drop-down defaults to the type issue but allows for type incident to be selected. This merge also hides certain dropdowns for type incident i.e. weight, epic && milestone.

  • Issue => Shows all dropdowns
  • Incident => Hides epic, weight && milestone dropdowns to reflect sidebar.

Operations > Incidents > Create new incident: This button pre-selects the Incident type in the dropdown, all other buttons pre-select issue.

Screenshots

Issue Incident
Screenshot_2020-09-01_15-07-00 Screenshot_2020-09-01_15-05-36

Screenshot_2020-09-01_15-06-03 Screenshot_2020-09-01_15-15-04 Screenshot_2020-09-01_15-16-24

Supporting MRs

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 #230857 (closed)

Edited by David O'Regan

Merge request reports