diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-24 12:57:04 -0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-18 11:05:25 +0200 |
commit | 260d1e6af5dbe6f66270c7844e54ec20f4007dbf (patch) | |
tree | 5fd88f31cd50a10fdbc1e196bbf53de373239708 /doc/workflow | |
parent | ed52d82b6c600c7a344b6cca79ea646a564e4f06 (diff) | |
download | gitlab-ce-260d1e6af5dbe6f66270c7844e54ec20f4007dbf.tar.gz |
Update GitHub importer documentation to reflect current importer state
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/importing/import_projects_from_github.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/workflow/importing/import_projects_from_github.md b/doc/workflow/importing/import_projects_from_github.md index 370d885d366..dd33513d9e3 100644 --- a/doc/workflow/importing/import_projects_from_github.md +++ b/doc/workflow/importing/import_projects_from_github.md @@ -49,6 +49,16 @@ The importer will create any new namespaces if they don't exist or in the case the namespace is taken, the project will be imported on the user's
namespace.
+### Note
+
+When we are importing Issues/Pull Requests we try to find the original
+author or assignee using the Github Id, but for this to work the original
+author or assignee should had signed in before on the GitLab instance and
+associated their GitHub account. If we don’t find the user in our database
+we set the project creator (most of the times the current user that started
+the import process) as the author but we keep a reference on the issue
+about the original author.
+
[gh-import]: ../../integration/github.md "GitHub integration"
[ee-gh]: http://docs.gitlab.com/ee/integration/github.html "GitHub integration for GitLab EE"
[new-project]: ../../gitlab-basics/create-project.md "How to create a new project in GitLab"
|