I'm trying to filter the tasks returned by a project based on certain criteria. Initially I wanted to test it out with a custom field, but that didn't work so I tried just using the Id but it still doesn't seem to work.
So when I do a regular Lists tasks with no filter, I get a bunch of tasks and one of them has the Id: "92510c60-2e20-ea11-8302-7c050708edd3"

But when I do a filter where I only want to return tasks that have that Id, I get nothing.

I tried changing the syntax of my filter but then it complained so I'm guessing the one I'm using now is correct? Does anybody know why this wouldn't work?