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.
Description
The
opt_fields
parameter for theget_tasks_for_project
method is not returning the specified additional fields. When usingopt_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.