Skip to main content

Right now I can read “Time tracking” column values with logs history by API. However, I didn’t find a way to add a manual session using API.

I’ve tried the following query, but after that, the value in my tracking column becomes empty (if I click on the column, my sessions will be visible in a separate popup)


mutation {
change_multiple_column_values(
item_id: 1571912532
board_id: 1562062178
column_values: "{\\"time_tracking__1\\" : {\\"running\\":\\"false\\",\\"duration\\":3600,\\"started_at\\":\\"2024-10-30T13:25:00Z\\", \\"history\\" : r{\\"started_at\\": \\"2024-10-30T11:12:00+00:00\\",\\"ended_at\\": \\"2024-10-30T12:12:00+00:00\\",\\"started_user_id\\": \\"60730163\\"}]}}"
) {
id
}
}

Is there any way to add session to “Time tracking” column using API?

Hi @vlad_y there is a new app on the market called Smart Timer and Team Tracking. It has reporting features for time tracking. Allows multiple users to record time, stop on task change plus other features.

It looks the same as the active time tracking app though.


We had issues with the reporting side of the native time tracking app with our other company which is a service based business with remote teams, so built a solution which we have recently released.


Hope that helps!


Misty


Hey Vlad, welcome to the community!



  1. Could you have a look on this thread or this or this thread to see if it answers your question or giving you any direction?

  2. If not, please submit a ticket here and our team we’ll jump by and help!


LMK if there’s anything else I can help with 🙂


The time tracking column is read only from the API at this time.


Hey @OmerK, thanks for the links you provided, but they relate to reading logs, not mutating them.

Actually, I want to understand if there is some undocumented way to edit time tracking column logs.


Welcome to the community Vlad! Thanks for posting! At this time, we do not have any way to mutate the time tracking column. As Cody mentioned, this is read only.


Reply