- Python 3.7.0
- pip3
- pip3 install -r requirements.txt
- month=, Month for that you want to log time (1,2,3,4,5,6,7,8,9,10,11,12)
- days_to_skip=, Days to skip (days from 1 to 31)
- notes=, Notes added in time logged
- month=3 days_to_skip=1,5,6 notes=development
- month=5 notes=development
- month=5 days_to_skip=2,7
help url: https://www.zoho.com/projects/help/rest-api/get-tickets-api.html
Log In Zoho Go to: https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoProjects/projectsapi,ZohoPC/docsapi authtoken is in response
you can see user_id when you click profile icon (image) in top right corner
when you navigate to specific task you can get from url
- project_id=965106000000101027
- task_id=965106000000122487
Populate zoho.conf with authtoken, user_id, portal_id, project_id, task_id,