1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/issues/planning-and-tracking-with-projects/understanding-fields/about-text-and-number-fields.md
2023-02-17 16:29:02 +00:00

1.7 KiB

title, shortTitle, intro, versions, type, topics, redirect_from
title shortTitle intro versions type topics redirect_from
About text and number fields About text and number fields You can add custom text and number fields to your project.
feature
projects-v2
tutorial
Projects
/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields

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 "AUTOTITLE."

Adding a text field

{% data reusables.projects.new-field %}

  1. Select Text Screenshot showing the text option
  2. Click Save. Screenshot showing save button

Alternatively, open the project command palette by pressing {% data variables.projects.command-palette-shortcut %} and start typing "Create new field."

Adding a number field

{% data reusables.projects.new-field %}

  1. Select Number Screenshot showing the number option
  2. Click Save. Screenshot showing save button

Alternatively, open the project command palette by pressing {% data variables.projects.command-palette-shortcut %} and start typing "Create new field."