Extract permalink for all the RDNG artifacts from the UI
![]()
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
![]()
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.
|