diff options
author | Valery Sizov <valery@gitlab.com> | 2016-12-16 17:40:29 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-12-16 17:43:27 +0200 |
commit | 20e472d946d7cc4a2b9dd91264458b1c4ceb5ab6 (patch) | |
tree | 15ab469751a392288601c4f71ec62179ec8e28f3 /doc/workflow/importing | |
parent | 7985b52286237b3801fc112b8bf3841599931c23 (diff) | |
download | gitlab-ce-20e472d946d7cc4a2b9dd91264458b1c4ceb5ab6.tar.gz |
BB importer: Fix documantation
Diffstat (limited to 'doc/workflow/importing')
-rw-r--r-- | doc/workflow/importing/import_projects_from_bitbucket.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/workflow/importing/import_projects_from_bitbucket.md b/doc/workflow/importing/import_projects_from_bitbucket.md index f0b73ccbcd2..b6d47e5afa2 100644 --- a/doc/workflow/importing/import_projects_from_bitbucket.md +++ b/doc/workflow/importing/import_projects_from_bitbucket.md @@ -13,16 +13,14 @@ to enable this if not already. - the repository description (GitLab 7.7+)
- the Git repository data (GitLab 7.7+)
- the issues (GitLab 7.7+)
+ - the issue comments (GitLab 8.15+)
- the pull requests (GitLab 8.4+)
- - the wiki pages (GitLab 8.4+)
- - the milestones (GitLab 8.7+)
- - the labels (GitLab 8.7+)
- - the release note descriptions (GitLab 8.12+)
+ - the pull request comments (GitLab 8.15+)
+ - the milestones (GitLab 8.15+)
- References to pull requests and issues are preserved (GitLab 8.7+)
- Repository public access is retained. If a repository is private in Bitbucket
it will be created as private in GitLab as well.
-Milestones and wiki pages are not imported from Bitbucket.
## How it works
|