Display Embed artifacts in RPE
Hi there
I have a RPE report where I create the data connection by scripting. If I'm not wrong, till 5.0.2 I was able to display the content of embedded artifacts by adding following to the Rest URL &showEmbedTitles=true
Today it just display the Title as Hyperlink.
The build-in RPE Requirement Spec report, has a prompt : Show Embedded Artifacts Maximized
Unfortunately I've no clue how it is used in the report. How do I need to integrate it in my user defined report?
Thank you
erwin
8 answers
Hello Erwin,
Hi Gaurav,
Here is the complete sample for Reportable REST URL.
https://server:port/rm/publish/text?resourceURI=UUID&maximiseEmbeds=true
For documentation,
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
See "Expand embedded artifacts", it works for text artifact type.
Hello Kenji,
- Is it possible to add any extra parameter in the UI to show the embedded artifacts?
- Is there any equivalent REST API call to generate a PDF report of all the artifacts from a project. The report should include the embedded artifacts as well.
Hi Gaurav,
You can add these parameters (&maximiseEmbeds=true&showEmbedTitles=true) in the data source schema in RPE.
However, according to the old RRC Reportable REST specification
https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI
showEmbedTitles is introduced in 3.0.1.3, but maximiseEmbeds is not listed here. So I am afraid this is not available in 4.0.4. Just give it a try. If it does not work, perhaps you need to upgrade to version 6.