What is your goal?
I’m migrating tasks from one ClickUp account to another using Make. The tasks are transferring correctly, but I also need to migrate time entries per assignee, ensuring each user keeps their own tracked time in the new workspace along with all the other details of the task such as custom fields, description, status etc.
What is the problem & what have you tried?
Time entries are not being assigned correctly. Since I’m using the workspace owner’s authentication, all of the migrated tracked time is showing up under the owner’s name — not under each assignee.
In Google Sheets, along with other fields (status, description, custom fields), I only have:
-
An assignee list (multiple users in an array, separated by commas)
-
The total tracked time per task
Because there’s no breakdown of who tracked what time, I’m not sure how to map the time entries properly.
Error messages or input/output bundles
The error I get while mapping assignees is TIMEENTRY_052: Access check failed
but if I leave that part empty it assigns all time entries under the owner
The issue is incorrect assignment of time entries:
- Output currently: All tracked time appears under the workspace owner.
- Expected: Time entries should be assigned to individual assignees, the same way they were in the original ClickUp account.