#view

Type # followed by a saved view name to instantly load and expand that view’s filter query. This is a shorthand alternative to browsing saved views manually.

Syntax

#<name>

Usage

#errors
#payments-slow
#on-call-filters

The name matches the slugified version of your saved view name — spaces become dashes, lowercase.

How it works

  1. Type # in the filter bar — autocomplete suggests your saved views
  2. Select or complete the name
  3. On submit, the saved view’s filter query is expanded and applied

Notes

  • Available in the advanced filter bar
  • Autocomplete fetches your saved views from the API
  • The name is matched case-insensitively against slugified view names
  • No plan restrictions
  • See Saved Views for managing views
// related

See also