Closed klahnakoski closed 4 years ago
{ "from": "treeherder.bugs", "select": { "name": "OrangeCount", "value": ".", "aggregate": "count" }, "groupby": [ { "name": "bug", "value": "bug_id" } ], "where": { "and": [ { "gt": { "repo.push.date": { "date": "today-week" } } }, { "in": { "repo.branch.name": [ "mozilla-central", "mozilla-inbound", "autoland" ] } }, { "ne": { "failure.classification": "not classified" } }, { "exists": "bug_id" } ] }, "limit": 200, "format": "list" }
working with new version
works with current version