Skip to content

Convert Issue import button to dropdown

What does this MR do?

This MR converts the Issue import button to a dropdown to include a Import from Jira link.

The changes are done in HAML because none of the buttons, form inputs and dropdowns in the issues page are in Vue and I didn't want to hook in some Vue just for a single button dropdown.

This change uses feature flag :jira_issue_import which is defaulted to off

Issue: #208907 (closed)

Screenshots

before after
Screenshot_2020-03-26_at_12.42.52_pm Screenshot_2020-03-26_at_12.43.25_pm

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 Coung Ngo

Merge request reports