Hey,
Please add support for picking multiple values. For example, i’d like to see all builds that are successful or currently building:

Hey,
Please add support for picking multiple values. For example, i’d like to see all builds that are successful or currently building:

The UI doesn’t currently support it, but you can manually change the URL for the page from something like “…/?status=success” to “…/?status=success,started” (just include a comma separated list of statuses you want to include). And we will look at making those statuses multi-select in the UI sometime soon-ish.