It's all about the answers!

Ask a question

Any idea what kind of links being used to create report from views and comment data sources


anil konakalla (10223) | asked Aug 12, 4:31 a.m.
Any idea what kind of links being used to create report from views and comments data sources
Tool Used : RPE
data sources : Views and Comment 
Example the link used to create a report from dng data source is like as follows

2 answers



permanent link
Ian Barnard (2.0k613) | answered Aug 13, 7:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Aug 13, 7:04 a.m.

Those are DN Reportable REST API URLs - see https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI



permanent link
Pierre Bentkowski (131517) | answered Aug 23, 11:13 a.m.
edited Aug 23, 11:14 a.m.
For accessing the data in a View there is 2 ways:

Assuming you are looking at a view in a module:

https://server:port/rm/publish/[artifact_format]?viewURI=id1&projectURI=id2&moduleUri=id3
Provides base resource information about the resources that the specified filter returned. You can use this URL with project filters combine with a module (?viewURI=id1&projectURI=id2&moduleUri=id3).
https://server:port/rm/publish/resources?viewURI=_E14X0U_GEeS8F9LvY4XGgg&projectURI=_CP50EE_GEeS8F9LvY4XGgg&moduleUri=_cb887c1a497e4525adb1be8f0f31172f



That will give you the details of the Module and a list of the artifacts that are in the View.
But not the details about the columns/attributes

Or you can use the module views
Which will give you a set of row and cells with the data in the View
Will not provide details of each artifacts that are not shown in the View, except Identifier and Title



Comments
anil konakalla commented Sep 06, 2:25 a.m.
Hi Pierre,
Thanks for posting the answer to my question ....i am going to print the printModule Book .dta down loaded from the server to the local RPE Machine...  and will be executed on the RPE. The template utilizes two data sources: one for comments and the other for views. The link shared in the chat form is useful for the Views ds. Could you please provide the link for the Comment ds .....

Pierre Bentkowski commented Sep 18, 5:02 p.m.
Not sure I understand the question.
If you need the Schema of the Comments:


Your answer


Register or to post 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.