Asana / ruby-asana

Official Ruby client library for the Asana API v1
MIT License
77 stars 54 forks source link

`opt_fields` for `get_tasks_for_project` is not returning additional fields #171

Open hejhugo opened 2 months ago

hejhugo commented 2 months ago

Description

The opt_fields parameter for the get_tasks_for_project method is not returning the specified additional fields. When using opt_fields to request custom fields, the response does not include these fields.

I think this is also related to https://github.com/Asana/ruby-asana/issues/170, where options are not being passed to the API. The same call works in my Postman example but not with this Ruby gem.