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
|
end
|
||||||
|
|
||||||
project.issues.create!(
|
project.issues.create!(
|
||||||
|
iid: issue["iid"],
|
||||||
description: body,
|
description: body,
|
||||||
title: issue["title"],
|
title: issue["title"],
|
||||||
state: issue["state"],
|
state: issue["state"],
|
||||||
|
|
Loading…
Reference in a new issue