Skip to content

Column types reference

Foundation ships with roughly 17 built-in column types, plus automatic support for any Jira custom field on your site. Each type has its own renderer (how the cell looks) and, where supported, its own inline editor (how you edit it).

ColumnWhat it showsEditable
SummaryThe issue title with a tree indent, expand/collapse, and optional issue-type icon. Always the first column.Yes — text
StatusCategory-colored lozenge (To Do / In Progress / Done).Yes — picks from Jira transitions
AssigneeAvatar, initials, or name (your choice).Yes — user search
ReporterSame rendering as Assignee.Yes — user search
PriorityJira priority icon plus name.Yes — dropdown
Issue TypeIcon plus type name.Read-only
KeyClickable link that opens the issue in Jira.Read-only
ColumnWhat it showsEditable
Start dateLocale-formatted date.Yes — calendar
Due dateLocale-formatted date.Yes — calendar
CreatedDate with relative time (“3 days ago”).Read-only
UpdatedSame format as Created.Read-only
ColumnWhat it showsEditable
SprintActive sprint name with a state badge.Yes — dropdown of board sprints
Story PointsRight-aligned number.Yes — number input
LabelsLozenges, one per label.Yes — comma-separated input
ComponentsLozenges, project-scoped.Planned
Fix versionsLozenges, project-scoped.Planned
ProjectProject key and name.Read-only
ColumnWhat it shows
ProgressA colored bar plus percentage. Four different calculation modes. See Progress column.

Custom fields from your Jira instance appear automatically once you add them. Foundation detects the type by Jira schema and renders them as:

  • Single / multi / radio / checkbox selects — lozenges, editable via dropdown.
  • Cascading select — “Parent / Child” text, editable via two-level dropdown.
  • Text / number / URL — plain text, clickable link, or right-aligned number.
  • Date and date-time — locale-formatted, editable via calendar.
  • User and multi-user pickers — avatars, editable via user search.
  • Group, version, and multi-version pickers — lozenges with the expected pickers.

Unrecognised custom fields from marketplace apps show their best-effort display value and are read-only.

See Custom fields for the full editing matrix.