Asana/python-asana

stories.get_stories_for_task() ignores params object

dregin opened this issue · 4 comments

Doing stories.get_stories_for_task(task_gid, {'type':'comment'}) should return only stories of type comment, but returns all stories for the task.

asana=0.10.13

Hi @dregin, this endpoint does not support filtering by type. We recommend that you do this filtering on your end once you have fetched the data.

no_support_filter_story_by_type

Hi @dregin, this endpoint does not support filtering by type. We recommend that you do this filtering on your end once you have fetched the data.

no_support_filter_story_by_type

Thanks for confirming.

Are there any plans to introduce server-side filtering? It's incredibly slow otherwise.

Hi @dregin, as far as I know we do not have any plans on adding this feature. I'll bring this up with my team.