Skip to main content

About text and number fields

You can add custom text and number fields to your project.

You can use text fields to include notes or any other freeform text in your project.

Text fields can be used in filters, for example: field:"exact text". Text fields and item titles will also be used if you filter for text without specifying a field.

Number fields can also be used in filters. You can use >, >=, <, <=, and .. range queries to filter by a number field. For example: field:5..15 or field:>=20. For more information, see "Filtering projects."

Adding a text field

  1. In table view, in the rightmost field header, click . Screenshot showing new field button
  2. Click New field. Screenshot showing new field menu item
  3. Type the name of your new field. Screenshot showing the field name
  4. Select Text Screenshot showing the text option
  5. Click Save. Screenshot showing save button

Alternatively, open the project command palette by pressing Command+K (Mac) or Ctrl+K (Windows/Linux) and start typing "Create new field."

Adding a number field

  1. In table view, in the rightmost field header, click . Screenshot showing new field button
  2. Click New field. Screenshot showing new field menu item
  3. Type the name of your new field. Screenshot showing the field name
  4. Select Number Screenshot showing the number option
  5. Click Save. Screenshot showing save button

Alternatively, open the project command palette by pressing Command+K (Mac) or Ctrl+K (Windows/Linux) and start typing "Create new field."