Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-13 12:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-13 12:08:30 +0300
commit152d3b652dd7daad10b3056f47e579acf601546d (patch)
tree876428f2fcdf9c694de891eba5e11f0cf7a1266f /lib/gitlab/bitbucket_import
parent33a43bde0ea70044342e62637d85cdfa84931ef2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/bitbucket_import')
-rw-r--r--lib/gitlab/bitbucket_import/importer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/bitbucket_import/importer.rb b/lib/gitlab/bitbucket_import/importer.rb
index f79baadb8ea..e09627cebf2 100644
--- a/lib/gitlab/bitbucket_import/importer.rb
+++ b/lib/gitlab/bitbucket_import/importer.rb
@@ -106,6 +106,7 @@ module Gitlab
description: description,
state_id: Issue.available_states[issue.state],
author_id: gitlab_user_id(project, issue.author),
+ namespace_id: project.project_namespace_id,
milestone: milestone,
created_at: issue.created_at,
updated_at: issue.updated_at