When doing app clone using API, all the items and open tasks are cloned correctly. We can relate the original item with cloned item by the external_id.
Is there any way to connect the cloned tasks with original task? The task have also a field named 'external_id' but its always null.
We want to copy all the comments and files from the source task to the cloned task and there is no way to do this without having the source id. We are planning to delete all the cloned tasks and recreate if this is not possible.