Hi,
I am running a daily Python query to update all stories that occurred over the last day in 2 Asasa Projects. I first get all task gids which were modified over the last 2 days, and then for each task gid, I get all the associated stories. However, I really only need the stories which were created over the last 2 days as I already have the previous stories from the previous days query.
Seeing as there is a created_at Date field in the Story data and the “Search tasks in a workspace” API query allows you to specify at “created_on.after”, would it be possible to add this functionality to the get stories from task query?