How to replicate a project in its entirely, including all associated tasks and entities

Hi,

I want to replicate a project in its entirely, including all associated shots, desriptions, tasks and entities. I require this for testing purposes, and I would like the replicated project to be accessible on both the web and tk platforms.

Any suggestions are welcome!

Two options:

  1. Create a new Project, export CSV’s of all your entities (Shots, Assets, Tasks) from ProjectA and import into ProjectB (leave out the ID collumn).
    Set the Tank Name to something else and use toolkit to create folders etc.

  2. Use the Python or REST api and duplicate entities using code.

Thank you, @Ricardo_Musch , for your recommendations. I will implement these and follow up in this thread.

1 Like

Thank you chatgpt?