diff options
author | Karen Carias <karen@gitlab.com> | 2015-06-08 20:31:02 +0000 |
---|---|---|
committer | Karen Carias <karen@gitlab.com> | 2015-06-08 20:31:02 +0000 |
commit | e150ab9cee64a596297b307739fc7e0a4bc55ae7 (patch) | |
tree | 1fee348a2652715ea243af62dbcf24b33ac24766 | |
parent | ce7831ae39438d324aea4ef1d955e7901fdbedbc (diff) | |
download | gitlab-ce-e150ab9cee64a596297b307739fc7e0a4bc55ae7.tar.gz |
Added info about milestones and wiki pages not imported from Bitbucket
-rw-r--r-- | doc/workflow/import_projects_from_bitbucket.md | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/doc/workflow/import_projects_from_bitbucket.md b/doc/workflow/import_projects_from_bitbucket.md index 341b1a5f86c..31e84a722e4 100644 --- a/doc/workflow/import_projects_from_bitbucket.md +++ b/doc/workflow/import_projects_from_bitbucket.md @@ -1,23 +1,26 @@ -# Import your project from Bitbucket to GitLab - -It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md). - -1. Sign in to GitLab.com and go to your dashboard - -2. Click on "New project" - -![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg) - -3. Click on the "Bitbucket" button - -![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg) - -4. Grant GitLab access to your Bitbucket account - -![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg) - -5. Click on the projects that you'd like to import or "Import all projects" - -![Import projects](bitbucket_importer/bitbucket_import_select_project.png) - -A new GitLab project will be created with your imported data. +# Import your project from Bitbucket to GitLab
+
+It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
+
+1. Sign in to GitLab.com and go to your dashboard
+
+2. Click on "New project"
+
+![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg)
+
+3. Click on the "Bitbucket" button
+
+![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg)
+
+4. Grant GitLab access to your Bitbucket account
+
+![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg)
+
+5. Click on the projects that you'd like to import or "Import all projects"
+
+![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
+
+A new GitLab project will be created with your imported data.
+
+### Note
+Milestones and wiki pages are not imported from Bitbucket.
\ No newline at end of file |