Commit 37e363c9 authored by James Lopez's avatar James Lopez

fixed similar issue with gitlab.com importer because why not!

parent b1ab079f
......@@ -15,6 +15,7 @@ module Gitlab
end
def execute
ActiveRecord::Base.no_touching do
project_identifier = CGI.escape(project.import_source)
# Issues && Comments
......@@ -39,9 +40,11 @@ module Gitlab
description: body,
title: issue["title"],
state: issue["state"],
updated_at: issue["updated_at"],
author_id: gl_user_id(project, issue["author"]["id"])
)
end
end
true
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment