Direct Link to lab resources
2 answers
I am trying to create a direct link to lab resources in QM, but I cannot figure out the syntax.
Is there a way I can generate a link directly to QM with the tab open to a specific lab resource?
Try getting the lab resource with the API (see https://jazz.net/wiki/bin/view/Main/RqmApi). The url used by the API should open the resource in the UI if the Accept=text/xml header is not used.
I am trying to create a direct link to lab resources in QM, but I cannot figure out the syntax.
Is there a way I can generate a link directly to QM with the tab open to a specific lab resource?
Try getting the lab resource with the API (see https://jazz.net/wiki/bin/view/Main/RqmApi). The url used by the API should open the resource in the UI if the Accept=text/xml header is not used.
I cannot seem to get the URL to work right, even when linking from the feed. For instance (my sample URL):
https://rqm.pdl.pok.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/zHelix+%28official%29+%28Quality+Management%29/labresource/
This brings up a feed of lab resources. When I try to select one from the list, it brings me to the QM dashboard but never brings the lab resource up. For example, one of the lab resources has a URL from this feed to here:
https://rqm.pdl.pok.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/zHelix+%28official%29+%28Quality+Management%29/labresource/urn:com.ibm.rqm:labresource:88
Ultimately the URL is converted to something like this:
https://rqm.pdl.pok.ibm.com:9443/qm/web/console/zHelix%20%28official%29%20%28Quality%20Management%29#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewAsset&id=_H-1XAt0TEeCdCZPrjf7GAg&type=VirtualImage
I need to be able to do this so our users can reference the correct Lab resource in CCM. What am I missing? I can't seem to get the URL right.