You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/understanding-fields/about-single-select-fields.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: About single select fields
3
3
shortTitle: About single select fields
4
-
intro: You can create single select fields with defined optionsthat can be selected from a dropdown menu.
4
+
intro: "You can create single select fields with multiple options{% ifversion projects-v2-colorful-selects %}, each with a description and a color,{% endif %} that can be selected from a dropdown menu."
5
5
miniTocMaxHeadingLevel: 3
6
6
versions:
7
7
feature: projects-v2
@@ -31,6 +31,26 @@ Alternatively, open the project command palette by pressing {% data variables.pr
31
31
32
32
## Editing a single select field
33
33
34
+
{% ifversion projects-v2-colorful-selects %}
35
+
36
+
You can set descriptions and colors for each of your single select options.
37
+
38
+
1. Access your project's settings.
39
+
1. To the right of the single select field you want to edit, click {% octicon "pencil" aria-label="The pencil icon" %}.
40
+
41
+

42
+
43
+
1. In the modal that opens, under **Label text**, type the name of this option.
44
+
1. Optionally, under **Color**, select the color you want to use to represent this option.
45
+
46
+

47
+
48
+
1. Optionally, under **Description**, type a description for this option.
49
+
1. Click **Save** to save your changes.
50
+
51
+
52
+
{% else %}
53
+
34
54
{% data reusables.projects.project-settings %}
35
55
1. Click the name of the single select field you want to adjust.
36
56

@@ -40,3 +60,5 @@ Alternatively, open the project command palette by pressing {% data variables.pr
0 commit comments