getMultipleTasks not working in a specific project

Hello,

i used the get multiple tasks endpoint a couple of times successfully already.
But today i found a strange behaviour where it would return bad request for a project where i am in?

is use the following parameters to filter by a project and return name and custom_fields

'project' => PROJECT_ID, 'opt_fields' => 'custom_fields,name'

this worked great for others projects but i cant find the difference why this one project return bad request :thinking:

okay so the simple get Tasks by project doesnt work either… :thinking:
What could cause this? The project has Tasks, getProject on the ID works but gettings tasks out of it fails with bad request every time

Somehow the project was bugged. We created a new one with the same settings custom fields etc and now everything works.

1 Like