Skip to main content

Эта версия GitHub Enterprise Server была прекращена 2026-04-09. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

О текстовых и числовых полях

В проект можно добавить настраиваемые текстовые и числовые поля.

В этой статье

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 of a project. The "Add field" button is highlighted with an orange outline.
  2. Click New field.
  3. At the top of the dropdown, type the name of your new field.
  4. Select Text.
  5. Click Save.

Adding a number field

  1. In table view, in the rightmost field header, click .
    Screenshot of a project. The "Add field" button is highlighted with an orange outline.
  2. Click New field.
  3. At the top of the dropdown, type the name of your new field.
  4. Select Number.
  5. Click Save.

Setting a default value

Set a default value for text or number fields. New items added to the project are automatically pre-populated with that value.

  1. Navigate to your project.

  2. In the top-right, click to open the menu.

    Screenshot showing a project's menu bar. The menu icon is highlighted with an orange outline.

  3. In the menu, click Settings to access the project settings.

  4. Click the name of the text or number field to configure.

  5. In the Default value field, type the value to use as the default.

  6. Click Save.

To remove a default value, clear the Default value field, then click Save. Removing a default value does not affect existing items in the project.