diff options
author | George Koltsov <gkoltsov@gitlab.com> | 2019-08-07 16:13:22 +0100 |
---|---|---|
committer | George Koltsov <gkoltsov@gitlab.com> | 2019-08-07 16:15:15 +0100 |
commit | 9baa7ee14f1e404b1e3ba74512fd2fc026c70276 (patch) | |
tree | 8b59864997248ee7cc9645319580ef8a2b1d6658 /doc | |
parent | 57110044678cf83345da67491c1dba06183e7c14 (diff) | |
download | gitlab-ce-9baa7ee14f1e404b1e3ba74512fd2fc026c70276.tar.gz |
Update project/import/bitbucket.md doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/import/bitbucket.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/import/bitbucket.md b/doc/user/project/import/bitbucket.md index 1cc3bd3363d..c9f60db0656 100644 --- a/doc/user/project/import/bitbucket.md +++ b/doc/user/project/import/bitbucket.md @@ -31,11 +31,11 @@ to enable this if not already. ## How it works When issues/pull requests are being imported, the Bitbucket importer tries to find -the Bitbucket author/assignee in GitLab's database using the Bitbucket ID. For this -to work, the Bitbucket author/assignee should have signed in beforehand in GitLab -and **associated their Bitbucket account**. If the user is not -found in GitLab's database, the project creator (most of the times the current -user that started the import process) is set as the author, but a reference on +the Bitbucket author/assignee in GitLab's database using the Bitbucket `nickname`. For this +to work, the Bitbucket author/assignee should have their `nickname` match their Bitbucket +`username`, signed in beforehand in GitLab and **associated their Bitbucket account**. +If the user is not found in GitLab's database, the project creator (most of the times the +current user that started the import process) is set as the author, but a reference on the issue about the original Bitbucket author is kept. The importer will create any new namespaces (groups) if they don't exist or in |