Skip to content

Commit 64508c1

Browse files
sunnyi101Copilotjc-clark
authored
Document default values for project fields (#60660)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
1 parent dfa7419 commit 64508c1

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

content/issues/planning-and-tracking-with-projects/understanding-fields/about-date-fields.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ You can filter for date values using the `YYYY-MM-DD` format, for example: `date
1717

1818
If your project makes use of date fields, you can use the roadmap layout to view items on a timeline. For more information, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/changing-the-layout-of-a-view) and [AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-the-roadmap-layout).
1919

20+
> [!NOTE]
21+
> Date fields do not currently support default values.
22+
2023
## Adding a date field
2124

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

content/issues/planning-and-tracking-with-projects/understanding-fields/about-single-select-fields.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Single select fields can contain up to 50 options.
2525
* To add additional options, click **Add option**.
2626
1. Click **Save**.
2727

28+
## Setting a default value
29+
30+
Choose an existing option as the default value for a single select field. New items added to the project are automatically pre-populated with that option.
31+
32+
1. Access your project's settings.
33+
1. Click the name of the single select field to configure.
34+
1. In the list of options, select the option to use as the default.
35+
1. Click **Save**.
36+
37+
To remove a default value, deselect the currently selected default option, then click **Save**. Removing a default value does not affect existing items in the project.
38+
2839
## Editing a single select field
2940

3041
You can set descriptions and colors for each of your single select options.

content/issues/planning-and-tracking-with-projects/understanding-fields/about-text-and-number-fields.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ Number fields can also be used in filters. You can use `>`, `>=`, `<`, `<=`, and
3030
{% data reusables.projects.new-field %}
3131
1. Select **Number**.
3232
1. Click **Save**.
33+
34+
## Setting a default value
35+
36+
Set a default value for text or number fields. New items added to the project are automatically pre-populated with that value.
37+
38+
{% data reusables.projects.project-settings %}
39+
1. Click the name of the text or number field to configure.
40+
1. In the **Default value** field, type the value to use as the default.
41+
1. Click **Save**.
42+
43+
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.

0 commit comments

Comments
 (0)