Skip to main content

Configure default project columns

Every new Planix project is seeded with a default column set on creation. Out of the box that's To Do, In Progress, Review, Done — four columns, no WIP limits. If your team uses a different flow (you have a Blocked lane, or a Ready to deploy lane, or you want WIP limits on the active columns), set the default here once and every new project picks it up.

Goal

By the end the instance will have a default-column set tailored to your team's flow, and a freshly-created test project will use that set.

Prerequisites

  • Admin on the Nextcloud instance.
  • The Planix app installed and enabled with the Planix register initialised (see Manage Planix settings).
  • A view on what the team's actual lane structure looks like — read the columns off your current real project board if you have one, or talk it through with the team.

Steps

  1. Open Settings → Administration → Planix and scroll to the Default Project Configuration section.

    Default Project Configuration section

  2. Review the current default columns. Each row shows order, title, colour, and WIP limit (empty if unset). The default Planix install ships To Do, In Progress, Review, Done.

    Current default columns

  3. Edit the columns. Add column appends a new row; the drag handle reorders; the trash removes a column; the WIP limit field accepts an integer or stays blank (no limit). Use distinct colours so the kanban board reads at a glance.

    Edited default columns — Blocked + WIP limits

  4. Save. The change applies to projects created after the save; existing projects keep the column set they were created with. To migrate an existing project, edit its columns by hand on the board.

    Settings saved confirmation

  5. Verify. Create a test project (see Create your first project). Its board should open with exactly the column set you configured, in the right order, with the right colours and WIP limits.

    New project picks up the new defaults

Verification

The Default Project Configuration section shows the column set you saved. A new project created after the save uses that set verbatim; an old project still uses its original set. The WIP limits, if you set any, appear in the new project's column headers.

Common issues

SymptomFix
Save action does nothingThe save endpoint returned a 4xx — check the Nextcloud log; usually the user-rights check (only admins can save).
New project still uses the old defaultsThe save didn't land — reload Settings → Administration → Planix and check the column rows match what you intended.
Existing project doesn't pick up the new defaultsBy design — default columns only apply on project creation. Edit existing projects' columns manually on the board.
Column count limitNo fixed cap, but kanban best practice is 4–7 columns; more than that and the board scrolls horizontally on a 1280px viewport.
Colour picker is emptyBrand-token CSS variables didn't load — graceful-restart Apache or hard-reload the settings page.
Screenshots may be missingApp not yet installed in the test environment; rerun npm run test:e2e:docs once it is.

Reference