It's all about the answers!

Ask a question

Extract permalink for all the RDNG artifacts from the UI


Ritika Aggarwal (9011121) | asked Jul 09 '15, 6:59 a.m.
 my requirement is to extract permalinks of all the artifacts in RDNG. From whatever solutions available in the tools at the moment I can only perform the action on 50 artifacts at time. This would need to repeated over 100 times in scenarios where I have more than 5000 documents. Please suggest. 

One answer



permanent link
Subramanya Prasad Pilar (4.6k14) | answered Jul 09 '15, 7:28 a.m.
edited Jul 09 '15, 7:29 a.m.
This was answered earlier.

There are couple of options available.

You can use DNG's Reportable REST API. Please try
https://server:port/rm/publish/resources?projectName=name1
in the XML, dataSource/artifact/about will be the Permalink.
You can use RPE to get a well formatted document that lists these Permalinks.

If you are using CLM V502, you could use the Jazz Reporting Service Report Builder.
Or ...
* in any release of RM you can create a view and export to word, pdf or csv; at least word and pdf output will include hyperlinks
* in any release of CCM you can use the query facility to create a result and export to Excel or CSV (as I recall); at lesat the Excel output will include hyperlinks.

Your answer


Register or to post your answer.