Set colour and description for single select options (#34604)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
BIN
assets/images/help/projects-v2/edit-single-select-color.png
Normal file
BIN
assets/images/help/projects-v2/edit-single-select-color.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
BIN
assets/images/help/projects-v2/edit-single-select.png
Normal file
BIN
assets/images/help/projects-v2/edit-single-select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: About single select fields
|
||||
shortTitle: About single select fields
|
||||
intro: You can create single select fields with defined options that can be selected from a dropdown menu.
|
||||
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."
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
feature: projects-v2
|
||||
@@ -31,6 +31,26 @@ Alternatively, open the project command palette by pressing {% data variables.pr
|
||||
|
||||
## Editing a single select field
|
||||
|
||||
{% ifversion projects-v2-colorful-selects %}
|
||||
|
||||
You can set descriptions and colors for each of your single select options.
|
||||
|
||||
1. Access your project's settings.
|
||||
1. To the right of the single select field you want to edit, click {% octicon "pencil" aria-label="The pencil icon" %}.
|
||||
|
||||

|
||||
|
||||
1. In the modal that opens, under **Label text**, type the name of this option.
|
||||
1. Optionally, under **Color**, select the color you want to use to represent this option.
|
||||
|
||||

|
||||
|
||||
1. Optionally, under **Description**, type a description for this option.
|
||||
1. Click **Save** to save your changes.
|
||||
|
||||
|
||||
{% else %}
|
||||
|
||||
{% data reusables.projects.project-settings %}
|
||||
1. Click the name of the single select field you want to adjust.
|
||||

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

|
||||
1. Click **Save options**.
|
||||

|
||||
|
||||
{% endif %}
|
||||
|
||||
5
data/features/projects-v2-colorful-selects.yml
Normal file
5
data/features/projects-v2-colorful-selects.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Issue 9293
|
||||
# Set color and description on Projects single selects
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
Reference in New Issue
Block a user