Skip to content

Fix issuables state_id nil when importing projects from GitHub

Felipe Artur requested to merge issue_57906_fix_github_import into master

What does this MR do?

Fixes issues and merge requests state_id being set to null when importing projects from GitHub.

This is happening because GitHub import insert issues and merge requests on the database avoiding callbacks using insert_and_return_id method.

Closes #57906 (moved)

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Merge request reports