You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed here the option setting doesn't add the fields to the result.
In short client.projects.getTaskCountsForProject(projectId).option("fields", "num_tasks").execute() should return a json that contains num_tasks -> but it always returns an empty json result.
Documentation etc. are referenced in the linked forum post.
The text was updated successfully, but these errors were encountered:
Hey there,
I think I am facing the same issue: client.tasks.getTasksForProject("<number>").option("fields", "notes").execute() gives me nothing back for notes
As discussed here the
option
setting doesn't add the fields to the result.In short
client.projects.getTaskCountsForProject(projectId).option("fields", "num_tasks").execute()
should return a json that containsnum_tasks
-> but it always returns an empty json result.Documentation etc. are referenced in the linked forum post.
The text was updated successfully, but these errors were encountered: