summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2019-07-03 19:44:05 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2019-07-10 17:15:43 +0200
commit32184839c3983babe53ea93fc16b7cde5ada95f6 (patch)
tree80b91701e08c15eafd49f7449e238847736244e2 /doc
parente787676b3752405cbe4ae75788c6cff53154783d (diff)
downloadgitlab-ce-32184839c3983babe53ea93fc16b7cde5ada95f6.tar.gz
Fetch users from Phabricator to link to issues
We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/import/phabricator.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/import/phabricator.md b/doc/user/project/import/phabricator.md
index 5c624e3aff6..b8f89caba24 100644
--- a/doc/user/project/import/phabricator.md
+++ b/doc/user/project/import/phabricator.md
@@ -15,6 +15,12 @@ Currently, only the following basic fields are imported:
- Created at
- Closed at
+## Users
+
+The assignee and author of a user are deducted from a Task's owner and
+author: If a user with the same username has access to the namespace
+of the project being imported into, then the user will be linked.
+
## Enabling this feature
While this feature is incomplete, a feature flag is required to enable it so that