Quality Manger - ReqPro Bi directional Integration.
![](http://jazz.net/_images/myphoto/c5c63e07c891d800a843ea061329c901.jpg)
Hello,
I have the traditional integration between Quality manager and Requisite Pro, where I can see the requirements in Quality Manager, but if I want to see the Test cases linked with Requirements in Requisite Pro Side, how can I do that? Exist any script for do that ? Can I add an custom attribute in Requisite pro showing the list of Test Cases linked ? or something like that? or is possible to develop it using API of ReqPro?
Thank you.
I have the traditional integration between Quality manager and Requisite Pro, where I can see the requirements in Quality Manager, but if I want to see the Test cases linked with Requirements in Requisite Pro Side, how can I do that? Exist any script for do that ? Can I add an custom attribute in Requisite pro showing the list of Test Cases linked ? or something like that? or is possible to develop it using API of ReqPro?
Thank you.
One answer
![](http://jazz.net/_images/myphoto/c5c63e07c891d800a843ea061329c901.jpg)
There is no Rational integration to do this, however it seems like you should be able to implement this yourself.
If ReqPro will let you add the custom attribute as a text field for the test case link, there is an API for you to access the requirements:
If ReqPro will let you add the custom attribute as a text field for the test case link, there is an API for you to access the requirements:
http://pic.dhe.ibm.com/infocenter/reqpro/v7r1m0/topic/com.ibm.reqpro.help/integ/r_components_integ.html?resultof=%22API%22%20%22api%22
RQM also has an API (https://jazz.net/wiki/bin/view/Main/RqmApi) and Utility to make requests (https://jazz.net/wiki/bin/view/Main/RQMURLUtility). It's available for download on jazz.net under the All Downloads tab.
You can query test cases for their requirements links using the etlmode=true parameter.