Skip to content

Track import job id by import state model

What does this MR do?

This MR is a method signature refactoring, so that instead of taking a project as an argument the method takes the project's import_state.

We are adding another import state tracking model for Jira importer and we need to be able to track job id of the importer. Refactoring this module so that it can be reused with different project level import state trackers by making use of the import state model instead of the project.

Screenshots

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 Mayra Cabrera

Merge request reports