I'm trying to build a FILTER into my project, using Development field as base, since I want to show in a Dashboard the results of tickets with builds passed.
In the documentation I can see this statement is useful
development[builds].passing
But when I insert this into my query is show me that only .failing is available for [builds]
Same thing with other functions in Docu not appearing as available in a query.
I would be grateful if someone has a tip in this line :)