Linking the existing Test Environment using CLI command while creating the TCER?
I am creating a TCER using CLI command mentioned below and also want to link the existing available test environments. Is it possible with below or any changes required?
python3 -m etm_cli --configuration="${CONFIGURATION}" --username="${ETM_USERNAME}" --password="${ETM_PASSWORD}" --url="${URL}" create executionworkitem --title="Test Auto" --description="Test Auto description" --priority="low" --test-plan-id="123" --test-case-id="12345" --owner-id="PROGRAM_OWNER" --test-environment-id="ID OF THE TEST ENV"