Keeps issue number when importing from Gitlab.com

With these changes we don’t lost the issue references when importing
from `GitLab.com`.
parent 4be505bf
......@@ -35,6 +35,7 @@ module Gitlab
end
project.issues.create!(
iid: issue["iid"],
description: body,
title: issue["title"],
state: issue["state"],
......
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