Possibility of synchronisation of attributes of RQM <-> Doors Classic
Hello all,
in my project we are using Doors Classic for our requirements and RQM for the test cases. The linkage of both is done by OSLC Link Query in Doors.
We also have some attributes in Doors (e.g. Safety relevant {A; B; C; D; N/A}) which we would like to have this information also in RQM. Today we are doing the synchronisation of both manually which is a lot of (stupid) work.
Is there a possibilty to do this synchronisation automaticaly by a script or something similar, which would read the value of that attribute in doors and write the value to the attribute in RQM.
Would somebody be so kind and explain it in a more detailed way, because I am not a RQM expert and also not so fimilar with REST API.
Thanks in advance
Anton
One answer
Sorry, but this is nothing anyone would be able to answer in great details.
See the OSLC workshop and the Eclipse Lyo link.
You would basically have to create a tool that logs into DOORS with an API (e.g. OSLC or something else) and log into RQM using an API (REST, see Lyo and https://jazz.net/wiki/bin/view/Main/NativeClientAuthentication ).
Then you have to iterate Doors to get the values and the RQM target and you would use REST/OSLC to upgrade RQM.