Skip to main content

Community

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hi Elijah Estrada,

    I'm pleased to inform you that the feature you requested is now live. We have added a new table, TIME_TRACKING, to include non-custom time-tracking entities. You can find more details in our release notes. Thank you for your valuable input.

    Best,  
    Sandeep

    The actual time can also be retrieved with just using the endpoint:

    https://app.asana.com/api/1.0/tasks/{TASK_ID}

    It is saved there following the field name it is given.
    Using the /time_tracking_entries dissects the all entries to each log (a time tracking entry can be created multiple times per task) while using the basic endpoint retrieves the total values.

    Either way, we just need it to be extracted along with our other data. 

    Agree with this. Time tracking is core for us in asana, and this connector doesn't work for getting that information.