Keeps issue number when importing from Gitlab.com

With these changes we don’t lost the issue references when importing
from `GitLab.com`.
This commit is contained in:
Douglas Barbosa Alexandre 2016-07-11 17:31:45 -03:00
parent 4be505bfd1
commit a14ee9bef9
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ module Gitlab
end
project.issues.create!(
iid: issue["iid"],
description: body,
title: issue["title"],
state: issue["state"],