Description
As system, I can specify to add Tests or not whenever associating a Test Execution to a Test Plan, whenever using the REST API.
For this a new parameter "addTestsToPlan" (default will be true) must be specified in the JSON request.
{
"addTestsToPlan": false,
"add": [
"CALC-33",
"CALC-75"
],
"remove": [
"CALC-25",
"CALC-45"
]
}
Attachments
Issue Links
- implements
-
XRAY-4978 As a system, when using the multipart endpoint to import the Execution Results to a Test Plan, Tests are not being added to the Test Plan automatically
-
- Closed
-
- relates to
-
XRAY-4978 As a system, when using the multipart endpoint to import the Execution Results to a Test Plan, Tests are not being added to the Test Plan automatically
-
- Closed
-