Skip to content

Fix issues last update timestamp not preserved after importing a project

James Lopez requested to merge fix/import-issues-last-updated into master

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19689 and https://gitlab.com/gitlab-org/gitlab-ce/issues/19792 (similar, but not the same)

Now updated_at should be the time from the original project.

  • CHANGELOG entry added
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Conform by the style guides
  • Branch has no merge conflicts with master (if you do - rebase it please)

Merge request reports