Why we rebuilt the dashboard from scratch
Nothing about billing changes, on any plan. The limit is generous enough that most teams will never meet it. Two long standing reports close with this, and both are linked below.…
Nothing about billing changes, on any plan. The limit is generous enough that most teams will never meet it. Two long-standing reports close with this, and both are linked below.
Step by step
The change is backwards compatible, so integrations built against the old shape carry on unchanged. The docs page for this was rewritten alongside it. Existing setups keep working exactly as they did — nothing needs migrating.
- Enable board-level moderation.
- Enable SAML SSO.
- Enable attachment uploads.
What changes
It shipped behind a flag first, so a handful of workspaces have been on it for a fortnight. We will fold the remaining cases in once we have seen this one hold.
Limits
There is nothing to do on your side; the change is already in front of you. We rewrote this part rather than patching it, because the old approach ran out of room. The API returns the same fields it always has, with one addition.
- Enable custom fields.
- Enable a Linear two-way sync.
- Enable internal notes.
curl -sS https://api.example.test/v2/changelog \
-H "Authorization: Bearer $BULLETIN_API_KEY"
Common pitfalls
It is slower on the first load and faster on every one after. It works the same way on the public site and inside the widget, with no configuration to turn on. We are watching the numbers for a week before turning it on by default.
- Enable granular email preferences.
- Enable changelog email previews.
- Enable multi-language content.
- Enable Slack notifications.
Next steps
Most teams will notice this first on the busiest screen they use. If you were using the workaround, you can drop it — the built-in path covers the same ground.
curl -sS https://api.example.test/v2/items \
-H "Authorization: Bearer $BULLETIN_API_KEY"
- notifications
- beta
- performance