Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.42 KB

TestRunFillByWorkItemsPostModel.md

File metadata and controls

17 lines (14 loc) · 1.42 KB

TestRunFillByWorkItemsPostModel

Properties

Name Type Description Notes
configurationIds List Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs. [default to null]
workItemIds List Specifies the work item GUIDs, from which test points are created. You can specify several GUIDs. [default to null]
projectId UUID Specifies the GUID of the project, in which a test run will be created. [default to null]
testPlanId UUID Specifies the GUID of the test plan, within which the test run will be created. [default to null]
name String Specifies the name of the test run. [optional] [default to null]
description String Specifies the test run description. [optional] [default to null]
launchSource String Specifies the test run launch source. [optional] [default to null]
attachments List Collection of attachment ids to relate to the test run [optional] [default to null]
links List Collection of links to relate to the test run [optional] [default to null]

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