How are execution states copied with copySettings script in RQM 5.0.2 ?
![]()
We copy project properties with the copySettings tool.
Introducing execution states we discovered that these settings are not copied when using copySettings.bat The settings.txt exported from the source project is showing execution states, here are the first few lines: com.ibm.rqm.execution={"EXECUTION_RESULT_STATES_SETTINGS"\:[{"visible"\:true,"scope"\:0,"stepVisible"\:false,"id"\:"com.ibm.rqm.execution.common.state.paused","name"\:"Paused","_eQualifiedClassName"\:"com.ibm.rqm.execution.rest.dto\:ExecutionResultStateDTO","severity"\:-2,"itemId"\:"_XSN_QqQ7EeOiFtTHe0deQQ"},The script shows a successful run but the target project is not updated with execution states. We use a command siliar to this:
How can I copy the execution states?
I asked a similar question around one year ago but this is not the same issue: More problems using the copySettings script in RQM 4.0.5 |