pyclickup icon indicating copy to clipboard operation
pyclickup copied to clipboard

Return subtasks

Open Sutyke opened this issue 3 years ago • 0 comments

I managed to get subtasks tasks = main_list.get_all_tasks(include_closed=True,subtasks=True)

Any idea how to get tasks/subtasks start and due dates and status(open /close)?

Thanks in advance

PS: I found some usefull links explaining python clickup api

https://www.jeevangupta.com/clickup-api-setup-guide-get-started-with-clickup-api/ https://www.jeevangupta.com/python-code-to-get-clickup-space-workspace-and-task-details-using-clickup-api/

Sutyke avatar Feb 17 '23 19:02 Sutyke