Skip to content

Project Types

The Project Types page is the management list for reusable project-type definitions used when creating projects. Each type defines the metadata (name, icon, color) and the ordered schema of work-item types that projects of that type can contain.

Open Projects from the sidebar and navigate to Settings → Project Types. Visibility requires at least Read-level access to the projects.project_types permission.

Project types page

Each project type card shows:

  • Icon and color chip
  • Name and machine-readable key
  • Optional description
  • Work-item type badges showing the schema preview in sort order
ActionRequired PermissionDescription
+ New Project TypeWrite (project_types)Opens the Project Type Editor at /projects/types/new
Edit (pencil icon per card)Write (project_types)Opens the Project Type Editor at /projects/types/:id/edit
Delete (trash icon per card)Admin (project_types)Opens a confirmation dialog; soft-delete behavior means the type is removed from the catalog
Access levelWhat the user can do
ReadView the catalog and inspect work-item schema badges
WriteCreate and edit project types
AdminAll Write actions plus delete project types

Superusers bypass permission checks and have full access.

Without any permission, the page is visible as a read-only catalog.

The list loads 25 project types per page. A Load more button appears when more types are available. The page refreshes via the toolbar refresh button, and module queries are invalidated after any create, edit, or delete so all dependent views stay consistent.