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:
parent
4be505bfd1
commit
a14ee9bef9
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
project.issues.create!(
|
||||
iid: issue["iid"],
|
||||
description: body,
|
||||
title: issue["title"],
|
||||
state: issue["state"],
|
||||
|
|
Loading…
Reference in a new issue