Asana / ruby-asana

Official Ruby client library for the Asana API v1
MIT License
76 stars 53 forks source link

Custom field parameters not available in tasks.search_tasks_for_workspace() #140

Open apiology opened 2 years ago

apiology commented 2 years ago

GET /workspaces/{workspace_gid}/tasks/search allows you to search based on custom field attributes - see the 'Custom field parameters' section here: https://developers.asana.com/docs/search-tasks-in-a-workspace

Unfortunately, the generated ruby-asana SDK does not support these parameters, forcing people to hand-craft their API requests: