Skip to content

Add email notifications for CSV requirements import

What does this MR do?

Related to #246857 (closed)

Follow up to !46361 (merged) where Issuable::ImportCsv::BaseService was added to import requirements from a CSV file.

This MR adds the functionality to notify users once a Requirements CVS import is completed. The email will include the number of imported requirements if successful or the errors if failed.

Screenshots (strongly suggested)

Success Error in lines Parse error
Screen_Shot_2020-10-29_at_17.42.20 Screen_Shot_2020-11-08_at_18.24.10 Screen_Shot_2020-11-11_at_17.43.13

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

Related to #246857 (closed)

Edited by Eugenia Grieff

Merge request reports