Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.58 KB

File metadata and controls

21 lines (16 loc) · 1.58 KB

CreateAndFillByWorkItemsRequest

Properties

Name Type Description Notes
project_id str Specifies the GUID of the project, in which a test run will be created.
test_plan_id str Specifies the GUID of the test plan, within which the test run will be created.
configuration_ids [str] Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs.
work_item_ids [str] Specifies the work item GUIDs, from which test points are created. You can specify several GUIDs.
name str, none_type Specifies the name of the test run. [optional]
description str, none_type Specifies the test run description. [optional]
launch_source str, none_type Specifies the test run launch source. [optional]
attachments [AssignAttachmentApiModel], none_type Collection of attachment ids to relate to the test run [optional]
links [CreateLinkApiModel], none_type Collection of links to relate to the test run [optional]
tags [str], none_type Collection of tags to assign to the test run [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]