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

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
-
Hi @stefan_k and welcome to the community! 👋
I can't help you unfortunately but I'm sure @Andrew Lapidus or @Miša can. 😉
Best, Samuel
The impossible does not exist! The solution has just not been found yet!
1 -
Hello, just in case this might help, I leave you the link to the documentation of the MeisterTask API.
Click here to check it out 👍 This specific page has a reference to that parameter.
Best regards.
Andrés D'Andrea
Follow me on LinkedIn and:
BSF.company - Digital Solutions For Your Business.
Technopreneuring.Com - Optimize Resources. Maximize Results.
GestionOperativa.Com - Optimiza Recursos. Maximiza Resultados.
2