I'm trying to build a query to retrieve the tasks of project that contains an specific tag.
I'm being able to retrieve the tasks of a project or to retrieve the tasks that contains an specific tag, however I wasn't able to find a way to combine those.
As workaround I'm retrieving all the tasks of the project and doing the filtering on my own; however that won't scale with a project with many many tasks.