Any idea what kind of links being used to create report from views and comment data sources
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
Ian Barnard (2.3k●7●14)
| 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
For entry point for all ELM APIs see https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
|
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
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
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.