Skip to content

Commit 95753d5

Browse files
authored
Merge pull request #23829 from github/repo-sync
repo sync
2 parents 55c4839 + 05e9be8 commit 95753d5

4 files changed

Lines changed: 28 additions & 1 deletion

File tree

68.9 KB
Loading
44.6 KB
Loading

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About single select fields
33
shortTitle: About single select fields
4-
intro: You can create single select fields with defined options that 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."
55
miniTocMaxHeadingLevel: 3
66
versions:
77
feature: projects-v2
@@ -31,6 +31,26 @@ Alternatively, open the project command palette by pressing {% data variables.pr
3131

3232
## Editing a single select field
3333

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+
![Screenshot of the single select options. The pencil icon, by one of the options, is highlighted with an orange outline.](/assets/images/help/projects-v2/edit-single-select.png)
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+
![Screenshot of the modal for editing a single select option. The blue color option is highlighted with an orange outline.](/assets/images/help/projects-v2/edit-single-select-color.png)
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+
3454
{% data reusables.projects.project-settings %}
3555
1. Click the name of the single select field you want to adjust.
3656
![Screenshot showing an single select field](/assets/images/help/projects-v2/select-single-select.png)
@@ -40,3 +60,5 @@ Alternatively, open the project command palette by pressing {% data variables.pr
4060
![Screenshot showing delete button](/assets/images/help/projects-v2/single-select-delete.png)
4161
1. Click **Save options**.
4262
![Screenshot showing save button](/assets/images/help/projects-v2/save-options.png)
63+
64+
{% endif %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Issue 9293
2+
# Set color and description on Projects single selects
3+
versions:
4+
fpt: '*'
5+
ghec: '*'

0 commit comments

Comments
 (0)