Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept custom_fields.* arguments in search_tasks_for_workspace() #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 14, 2021

  1. Accept custom_fields.* arguments in search_tasks_for_workspace()

    The autogenerated TasksBase#search_tasks_for_workspace() rejects the
    custom_fields.* parameters defined here:
    
    https://developers.asana.com/docs/search-tasks-in-a-workspace
    
    This change to the generated code allows a Ruby library user to search
    for tasks based on aspects of custom fields.
    apiology committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    845d46e View commit details
    Browse the repository at this point in the history