From 448371159ac35a781a1b8d8f01afa4d092fefd93 Mon Sep 17 00:00:00 2001 From: Anna Khismatullina <anna.khismatullina@gmail.com> Date: Tue, 5 Nov 2024 22:32:16 +0700 Subject: [PATCH] Update user mapping details in clickup readme (#7107) Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com> --- dev/import-tool/src/clickup/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/import-tool/src/clickup/README.md b/dev/import-tool/src/clickup/README.md index d2e28a7c6e..edf3299973 100644 --- a/dev/import-tool/src/clickup/README.md +++ b/dev/import-tool/src/clickup/README.md @@ -21,8 +21,9 @@ docker run \ ``` #### User Mapping -* Users must be created in the platform before import +* Users must be created in the platform before import (Under *Contacts/Employee*) * ClickUp assignees are mapped to platform users by full name (e.g., "Jane Doe") +* Comments authors are mapped by email * If user is not found: * Task will be imported without assignee * Original assignee name will be added as a comment: *ClickUp assignee: John Smith* @@ -30,3 +31,4 @@ docker run \ #### Limitations * Checklist items are imported as unchecked since ClickUp export doesn't include checkbox states * Failed attachment downloads are skipped with warning messages (Original attachment URL is added as a comment) +* Users import is not supported yet