Skip to content

Custom fields

Custom fields from your Jira site appear in the Column Picker automatically. Foundation detects each field’s type and gives it the right renderer and editor, so most custom fields are fully editable without any setup.

  1. Open the Columns picker from the toolbar.
  2. Scroll to the custom fields section, or search by field name.
  3. Check the field — it appears as a new column.

See Add & hide columns for the full flow.

Field typeRenders asEdit with
Single selectLozengeDropdown of allowed values
Multi selectMultiple lozengesMulti-select checklist
Radio buttonsLozengeDropdown (same as single select)
CheckboxesComma-separated lozengesMulti-select checklist
Cascading select”Parent / Child” textTwo-level dropdown
Text fieldPlain textText input
Text area (rich text)Extracted plain textRead-only (edit in Jira)
URLClickable linkText input with URL validation
NumberRight-aligned numberNumber input
DateLocale-formatted dateCalendar picker
Date-timeLocale date + timeDate-time input
User pickerAvatar + nameUser search
Multi-user pickerAvatar chipsSearch + add/remove
Group pickerGroup nameGroup search
Multi-group pickerComma-separated namesGroup search + add/remove
Version pickerVersion nameProject-scoped version list
Multi-version pickerVersion lozengesMulti-select version list

The flow matches the matching system field:

  1. Click the cell.
  2. The appropriate editor opens — dropdown, picker, calendar, text box.
  3. Pick or type your value.
  4. Enter to commit, Esc to cancel.

For selects and pickers, Foundation fetches the allowed values directly from Jira for the specific issue you’re editing. So a “Region” select that has different options per project will show the right options each time.

Jira has a huge ecosystem of custom field types, many from marketplace apps. When Foundation can’t safely edit a field, it does two things:

  1. Renders a best-effort display value — no [object Object] glitches, no empty cells.
  2. Makes the cell read-only — you can see the value, but you have to edit it in Jira.

Common read-only cases: rich-text (ADF) fields, Atlassian Teams, JSM-specific fields, Assets/Insight objects, and proprietary marketplace fields.