What is the meaning of the "status" parameter in getProjectTasks?
I tried both status=completed and status=uncompleted and the result is not what I expect:
Both results contain iscompleted=true and iscompleted=false tasks.
Can you explain better this and other parameters of the getProjectTasks (new-format) method?