pyclickup icon indicating copy to clipboard operation
pyclickup copied to clipboard

ClickUp Export - Get tasks with all data features

Open Sutyke opened this issue 4 years ago • 4 comments

Thanks for sharing pyclickup!

I would like to get to tasks (with features) to pandas dataframe. Any idea how I can do this with pyclickup.

Data frame Columns I would like to get: ID Title Description Status Date created Due date Start date Parent ID - included for subtasks Attachment array - the list of attachments (e.g. "ClickUpAPIDocs.pdf") Assignees array - the list of assignees Tags array - the list of tags Priority List Name
Folder Name Space Name Time Estimated Task Comments Checklists

For more details I would like to get the same data as can be exported by clickup: https://docs.clickup.com/en/articles/1761647-csv-export

Thanks in advance for your help Sutyke

Sutyke avatar Jul 15 '20 18:07 Sutyke

Have you figured out how to write the coding for your request or has anyone else been able to help you? I'm looking for the same thing.

dandre801 avatar Oct 30 '20 19:10 dandre801

Same question here.

EtienneTetreault avatar Jan 16 '21 19:01 EtienneTetreault

This is third party python wrapper and at this time, it was not possible to do because clickup didn't open their API with relevant data. I contacted cu they told it should be available in the future. I would advice to contact click up again.

Sutyke avatar Jan 17 '21 09:01 Sutyke

some usefull links for ClickUp API V2 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 21:02 Sutyke