Skip to main content

Custom attribute types

The five field types a custom attribute can take, with how each behaves in the dialog, on cards, and in exports.

TypeInput in the dialogOn a cardIn CSV / reports
TextSingle-line text fieldShown as a text chipThe text value
NumberNumeric inputShown as a number chipThe numeric value
SelectDropdown of the options you definedShown as the chosen optionThe chosen option's label
CheckboxA single checkboxShown when checkedtrue / false
DateDate pickerShown as the dateThe date value

Flags

Every type supports two flags, set when you define the attribute:

  • Required — the worklog can't be saved without a value. Enforced on every surface that saves a worklog.
  • Show on calendar card — the value renders as a chip on the worklog card (space permitting — see density tiers).

Notes

  • Attributes appear in the Additional properties section of the Log Work dialog, collapsed by default for new worklogs and expanded in edit mode.
  • Select options are defined per attribute when you create it.
  • Changing an attribute's type after worklogs exist can affect how existing values display — pick the type deliberately up front.