Product

Why we rebuilt saved views from scratch

ANAna Andersson1 min read

Thanks to everyone who filed a report with steps; several of them pointed straight at the cause. It is slower on the first load and faster on every one after. This has been the most requested change on the board for a while, and it is now live for every workspace.

Before you start

Most teams will notice this first on the busiest screen they use. We rewrote this part rather than patching it, because the old approach ran out of room. There is nothing to do on your side; the change is already in front of you.

How it works

Large workspaces should see the biggest difference, since the old query grew with the number of items. The API returns the same fields it always has, with one addition.

What changes

The docs page for this was rewritten alongside it. Anything already in flight when this went out finishes under the old path.

  1. Enable dark mode.
  2. Enable changelog email previews.
  3. Enable an offline mode.
  4. Enable CSV export.
curl -sS https://api.example.test/v2/boards \
  -H "Authorization: Bearer $BULLETIN_API_KEY"

Limits

Rollout is complete on every plan, including the free tier. The change is backwards compatible, so integrations built against the old shape carry on unchanged. We will fold the remaining cases in once we have seen this one hold.

Next steps

It shipped behind a flag first, so a handful of workspaces have been on it for a fortnight. We are watching the numbers for a week before turning it on by default. The setting lives under Settings, and defaults to the behaviour you already had.

  1. Enable a public API rate-limit dashboard.
  2. Enable custom domains.
  3. Enable duplicate detection.
  • notifications
  • accessibility
  • mobile
4,736 views

Keep reading

  • PinnedProduct

    How Cyberdyne cut triage time in half

    Keyboard access and screen reader labels were part of the work, not a follow up. Nothing about billing changes, on any plan. Before you start. The API returns the same fields it a…

    LELena Petrov1 min read
  • Rethinking search

    We are watching the numbers for a week before turning it on by default. It shipped behind a flag first, so a handful of workspaces have been on it for a fortnight. Nothing about b…

    NONoah Moreau1 min read
  • Rethinking the changelog

    Thanks to everyone who filed a report with steps; several of them pointed straight at the cause. It is slower on the first load and faster on every one after. Before you start. An…

    DMDmitri Reyes1 min read