Skip to content

Kickoff Iteration: Add Import Jira Issues button to issues list page

Alexandru Croitor requested to merge 208907-jira-import into master

What does this MR do?

This MR is first iteration on jira import functionality. It adds basic functionality for import jira issues UI by adding /import/jira_controller.rb and 2 routes

  • show(GET)
  • import(POST)

Also adds a Import Jira issues button.

IMPORTANT: The import feature is behind jira_issue_import feature flag.

Screenshots

Screen_Shot_2020-03-10_at_23.38.53

Screen_Shot_2020-03-10_at_23.39.32

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

re #208907 (closed)

Edited by Alexandru Croitor

Merge request reports