-
-
Notifications
You must be signed in to change notification settings - Fork 0
Views
A view is a saved query with a display: what items it shows, and how it shows them. Every project starts with four views instead of fixed board and list pages.
A view stores an SLQ query that selects items. It also stores a display type — board, list, and so on — plus options for grouping, sorting and layout. Radd has no fixed, separate page for boards or lists: a project's Board and List are views like any other. You can rename a view, change its query, or remove it.
Every new project seeds four views: Board, List, Planning, and
Roadmap. Each seeded view is visible to everyone on the server by
default, and has no owner. An administrator manages it through the
view.update and view.delete permission atoms. The roadmap has its own
page: read The roadmap.
| Type | What it is for |
|---|---|
| Board | Items in groups you drag between, one card per item |
| List | Items in a table, grouped into sections, one row per item |
| Planning | Backlog and cycle planning — always grouped by cycle |
| Queue | A triage list with a fixed column set: reporter, age, and an always-on SLA timer, ordered by urgency |
| Roadmap | A timeline — read The roadmap |

A board view. Columns come from the default state grouping; the pager at the bottom is the same one every view type uses.

A list view. Its stored query and epic grouping show in the header; rows carry the columns set in the display options.

A planning view. It ignores the Columns and Swimlanes axes and always groups by cycle — here the whole result set sits in one Backlog section.
A plugin can add its own view type. A view whose type comes from a plugin that is turned off, or removed, shows a notice instead of the surface.
- Open a project, then click New view in the sidebar.
- Type a Name and select a Type.
- Set a query, grouping and sharing.
- Click Create view.
To change a view later, open its ⋯ menu and click Edit view. A
save needs one of these: ownership, an editor or owner-level share, or
(for a server-managed view) the view.update permission atom.

The Edit view dialog. The same form creates a view; only the ownership transfer control is edit-only, since it needs a view to already exist.

A view's own header. The small query chip is the view's stored query —
truncated here, hover it to read the whole thing.
A view's query field holds SLQ text. Read
Search and the query language for the language itself. An empty query
matches every item in the view's scope.
The bar at the top of the screen is a separate, ad-hoc filter. It does not
change the view's saved query. Instead it composes with it: your
condition ANDs into the fetch, and an ORDER BY you type replaces the
view's own sort. Clear the bar, and the view reads exactly as saved.
A view can also carry quick filters — named chips that AND a fixed condition into the query when clicked. Anyone who can see the view sees its quick filters. Your own personal filters work the same way, but stay private to you. Save the current ad-hoc query as one from the filter bar.
The Columns picker sets group_by, the field a view groups items by.
The Swimlanes picker (boards only) adds a second axis across rows, and
must differ from Columns. Both draw from the same set: state, the state's
category, assignee, priority, kind, team, cycle, epic, or a select-type
custom field.
A board with no Columns axis falls back to grouping by state. A planning view always groups by cycle. A queue never groups — the axis pickers do not apply to either.
Drag an item between groups to change its field for that axis. Click Order to change the order groups appear in. Radd saves that order on the view, so everyone sees the same arrangement.
By default a view sorts by manual rank, and you can drag items to reorder
them. Add an explicit ORDER BY to sort by a field instead. Put it in the
view's own query, or in the ad-hoc bar. Drag-to-reorder turns off while an
explicit sort is active.
Click Display to open the display options. What it offers depends on the view type:
| View type | Display controls |
|---|---|
| Board | Design card…, which opens the card designer — read The card designer |
| List | The Columns editor: which table columns show, and in what order |
| Planning, Queue | Checkboxes for which chips show on each row |
A Scale slider is always available. Scale is personal: Radd does not save it to the view, so it never changes what a teammate sees.

The Display popover on a board. On a board it opens straight into the card designer instead of offering checkboxes — read The card designer.
A view loads 200 items per page. Controls at the bottom move first, previous, by page number, next, and last. The roadmap is the one exception: it loads every matching item automatically, in bounded bursts — read The roadmap.
A view belongs to one project, or to none. An all-projects view spans
every project you can read. A project-scoped view lives at
/p/<project key>/v/<view id>. An all-projects view lives at
/v/<view id>.
A new view is owner-closed by default: private to its owner until shared. A share sits at one of three levels.
| Level | Grants |
|---|---|
| Viewer | See the view and its items |
| Editor | Also change the view's definition — query, grouping, columns, card layout |
| Owner (co-owner) | Also manage sharing, remove the view, and transfer ownership |
The levels are hierarchical: editor includes viewer, owner includes editor. Share a view with a specific person, a team, or a directory group. Select any of these levels — sharing is scopeable to exactly who needs it.
You can also set what everyone on this server gets: viewer or editor.
Owner never appears here — a server-wide owner could remove or transfer
the view. Server-wide visibility needs the view.create permission atom,
even for a view you own.
An owner can transfer ownership to someone else. The previous owner stays on as an editor, so a transfer never locks anyone out by accident.
Click the pin icon next to a view's name to pin it. It appears in the pins bar at the top of the screen, for quick return later. Pins are personal to you.
The ad-hoc filter bar, active quick filters, and the current page number live in the page's URL, not in local storage. A refresh keeps them. Send the link to someone, and they see the same filtered view, in their own browser.
Past 180 characters, the URL collapses to a short ?s=<hash> link — it no
longer spells out every filter. That short link only resolves in the
browser that created it. In another browser, it falls back to the view's
saved defaults, instead of an error.
Click Reset view to clear the ad-hoc filter bar and active quick filters. It also clears this view's saved display settings — collapsed groups, card scale, panel widths — back to the view's own definition.
Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.
-
Developer guide
- Architecture: the kernel and plugins
- Develop, test and deploy
- Events and consumers
- Permissions and access control
- The MCP server
- The query language for developers
- The REST API and authentication
- Write a backend plugin
- Write a page editor extension
- Write a plugin user interface
- Write an automation node
-
Release notes
- 0.36.4
- 0.36.3
- 0.36.2
- 0.36.1
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.1
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.0
- 0.2.0
- 0.1.0
-
User guide
- AI features
- Attachments
- Automations
- Cycles and releases
- Instance settings
- Intake forms and the portal
- Notifications and the inbox
- Personal settings
- Project settings
- Projects
- Reports and dashboards
- Search and the query language
- Start here
- The application window
- The card designer
- The roadmap
- The service desk
- The wiki
- Time logging and the timesheet
- Views
- Work items