Do we add the "assigned_to_id" manually in newly created tasks when cloning a project with MT API?

stefan_k
stefan_k EN Basic Posts: 1 Beginner
edited February 2023 in Ask the Community

Hi,

we are currently testing the MeisterTask API from python-app. When cloning a project with these arguments:

url = "https://www.meistertask.com/api/projects/123/duplicate"

payload = {

  "name": "Test",  "include_attachments": "true", "include_checklists": "true", "include_labels": "true",  "include_project_rights": "true", "include_tasks": "true"

}

the assigned users of the tasks are missing after cloning. Do we have to add the "assigned_to_id" manually in the new created tasks?

Answers