Board views now persist filters alongside their column configuration, and views themselves can carry permissions — so the right people see the right slice of a board.
What is new
- Filters travel with the view — when you save a view, the filter model is saved with it and restored every time the view is opened.
- View-level permissions — restrict who can open or edit a given view, separately from the underlying board.
- Sanitized sort and filter models — sort and filter rules referencing hidden columns are stripped so a shared view always renders cleanly.
- URL-encoded view IDs — view links are now safe to copy and paste even when IDs contain special characters.
Why it is useful
A board is rarely useful in its raw form — every team looks at it through their own filter. Persisting filters per view and gating views by permission turns a single board into a set of curated experiences without duplicating data.