Hi! I’m looking for a hint or workaround which would let me filter tasks which recently had time tracked into them using Advanced Search API. The closest I got is filtering tasks by last_modified timedate and than using the “Get time tracking entries for a task” endpoint to check what tasks have time tracking entries info. I’m wondering if I could somehow do that in one step, maybe using the Search API or something else.
I’m eager to hear how others would approach this.
I’ve been asking the same question.
The Search API doesn’t have support for filtering by time tracking data so I think you’ll have to do it the way you currently are.