Adding example for multiple fields command (#1148)

Co-authored-by: Roshan-sy <roshan-sy@github.com>
This commit is contained in:
Roshan Soni 2021-07-14 14:27:32 +05:30 коммит произвёл GitHub
Родитель 68985e0097
Коммит b07eea504f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -43,6 +43,7 @@ def create_work_item(work_item_type, title, description=None, assigned_to=None,
:param discussion: Comment to add to a discussion in a work item.
:type discussion: str
:param fields: Space separated "field=value" pairs for custom fields you would like to set.
In case of multiple fields : "field1=value1" "field2=value2".
Refer https://aka.ms/azure-devops-cli-field-api for more details on fields.
:type fields: [str]
:param open: Open the work item in the default web browser.