[go: up one dir, main page]

Skip to content

Export/Import from .com to self-managed is missing issues.

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

A customer exports a small project containing 12 issues, they import it on a self-managed instance and noticed 2 issues missing.

When looking at the error log we noticed the error

  exception_class: "Gitlab::Git::Repository::NoRepository",
  exception_message: "no repository for such path",

The export file is available https://gitlab.zendesk.com/agent/tickets/252724 (internal only)

Steps to reproduce

  • Download the export file, import it and notice 10 issues.
  • Check the file issues.ndjson to see that there are 12 issues within the file.

What is the current bug behavior?

Visual bug is missing issues.

The error we are seeing

  exception_class: "Gitlab::Git::Repository::NoRepository",
  exception_message: "no repository for such path",

What is the expected correct behavior?

Not getting the error and seeing all the issues in the project.

/cc @kassio

Edited by 🤖 GitLab Bot 🤖