I’ve tried to create an application, which contains time tracking data.
We are using time tracking to track our working time. Working time has probably lunch break at some point etc. So I would like to have accurate data.
Query:
boards{ items{column_values(ids:[“time_tracking”]){value}}}
Gives only data which is shown on board. It contains only the value of tracked time from whole day (not telling when breaks are kept). Also there’s no data, when tracker has started.
I made some progress with “boards{activity_logs{data}}” in API v2, but data is not so constant and easily causes errors or wrong information in application.
It’s where the site gets its data, when opening time tracking data by clicking column:
https://[ COMPANY ].monday.com/duration_column_history/ [SOMENUMBER] /time_tracking
This address contains data, which would be very useful:
Is it possible to access this data with API or some other way?
We had the same pain point with our service based business, detailed reporting is so important, so we got our dev to build a solution which we have now released to the monday.com marketplace.
We also built in the ability for the team to see LIVE who is recording time on what, this helps us to manage our remote team and re-delegate work as needed.
We have only recently launched so if there are any tweaks that would help it better suit your business feel free to add to the live chat and we will see if we can roll it out in the next update.