How to dynamically set the Request URL for the Edit Configuration Metadata in RPE
Hello All, I want to create RQM report template with RPE using Configuration Layer. By this, after the user choose a Test Plan, the Testphase list will dynamically list the testphase for the chosed Testplan. I don't know if it is possible to dynamically set the Request URL for the Edit Configuration Metadata dialog. For static setting, it can be set as: ${public}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/${projectAreaUUID}/testphase?fields=feed/entry/content/testphase[testplan/@href=the test plan identifier Your help would be greatly appreciated. Jay Cheng |
2 answers
If user knows the testplan href beforehand, you can use testplan/@href='$userInput' for filtering. Else you can use another variable and set testplan href to it through configuration metadata dialog. User selects the testplan, the testplan href value from the variable can be used in RPE template to filter based on testplan href. I suggest using a data source configuration element and set script expression to its URI property.
You may refer the article https://jazz.net/library/article/1137 I presume you are generating document through RQM web UI (RRDG). If you are using RPE launcher, you cannot use the pre-defined variables. |
Hi Subramanya, What I really want to implement is what behaves exactly like the RQM pre-defined Execution reports, e.g. 'Execution Status using Weight', -- when a user select a Test Plan, the Test Milestone will automatically refreshed to list the test Milestones that are related to the selected Test Plan. Would you, or anyone else, please help me for this? Many thanks. Regards,
Jay Cheng Comments
Subramanya Prasad Pilar
commented Feb 01 '16, 12:57 p.m.
Hi Jay,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.