1
0
Форкнуть 0
This commit is contained in:
Dan Hellem 2019-08-01 10:07:43 -07:00 коммит произвёл GitHub
Родитель 904c19cdfa
Коммит 12cf6ccdaa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,11 @@ Have you ever wanted to have a picklist show only subset of values depending on
#### How does it work?
1. Create the custom fields for both the parent (major release) and child (minor release) picklists
2. Add all the possible value for the minor release. This should include values for both Blue and Red releases
![minor release picklist](dist/images/picklist-child.png "Configure Picklist")
```
{
"version": "1.0",
@ -31,7 +36,7 @@ Have you ever wanted to have a picklist show only subset of values depending on
]
},
"Release Red": {
"Microsoft.VSTS.Common.Severity": [
"Custom.MinorRelease": [
"Red.A",
"Red.B",
"Red.C"